DevCenterManager Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. DevCenterManager
- com.
public final class DevCenterManager
Entry point to DevCenterManager. DevCenter Management API.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Attached |
attachedNetworks()
Gets the resource collection API of Attached |
|
static
Dev |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Dev |
|
static
Dev |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Dev |
| Catalogs |
catalogs()
Gets the resource collection API of Catalogs. |
|
Check |
checkNameAvailabilities()
Gets the resource collection API of Check |
|
Check |
checkScopedNameAvailabilities()
Gets the resource collection API of Check |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Dev |
|
Dev |
devBoxDefinitions()
Gets the resource collection API of Dev |
|
Dev |
devCenters()
Gets the resource collection API of Dev |
|
Environment |
environmentDefinitions()
Gets the resource collection API of Environment |
|
Environment |
environmentTypes()
Gets the resource collection API of Environment |
| Galleries |
galleries()
Gets the resource collection API of Galleries. |
| Images |
images()
Gets the resource collection API of Images. |
|
Image |
imageVersions()
Gets the resource collection API of Image |
|
Network |
networkConnections()
Gets the resource collection API of Network |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Operation |
operationStatuses()
Gets the resource collection API of Operation |
| Pools |
pools()
Gets the resource collection API of Pools. |
|
Project |
projectAllowedEnvironmentTypes()
Gets the resource collection API of Project |
|
Project |
projectCatalogEnvironmentDefinitions()
Gets the resource collection API of Project |
|
Project |
projectCatalogs()
Gets the resource collection API of Project |
|
Project |
projectEnvironmentTypes()
Gets the resource collection API of Project |
| Projects |
projects()
Gets the resource collection API of Projects. |
| Schedules |
schedules()
Gets the resource collection API of Schedules. |
|
Dev |
serviceClient()
Gets wrapped service client Dev |
| Skus |
skus()
Gets the resource collection API of Skus. |
| Usages |
usages()
Gets the resource collection API of Usages. |
Methods inherited from java.lang.Object
Method Details
attachedNetworks
public AttachedNetworks attachedNetworks()
Gets the resource collection API of AttachedNetworks. It manages AttachedNetworkConnection.
Returns:
authenticate
public static DevCenterManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of DevCenter service API entry point.
Parameters:
Returns:
authenticate
public static DevCenterManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of DevCenter service API entry point.
Parameters:
Returns:
catalogs
public Catalogs catalogs()
Gets the resource collection API of Catalogs.
Returns:
checkNameAvailabilities
public CheckNameAvailabilities checkNameAvailabilities()
Gets the resource collection API of CheckNameAvailabilities.
Returns:
checkScopedNameAvailabilities
public CheckScopedNameAvailabilities checkScopedNameAvailabilities()
Gets the resource collection API of CheckScopedNameAvailabilities.
Returns:
configure
public static DevCenterManager.Configurable configure()
Gets a Configurable instance that can be used to create DevCenterManager with optional configuration.
Returns:
devBoxDefinitions
public DevBoxDefinitions devBoxDefinitions()
Gets the resource collection API of DevBoxDefinitions. It manages DevBoxDefinition.
Returns:
devCenters
public DevCenters devCenters()
Gets the resource collection API of DevCenters. It manages DevCenter.
Returns:
environmentDefinitions
public EnvironmentDefinitions environmentDefinitions()
Gets the resource collection API of EnvironmentDefinitions.
Returns:
environmentTypes
public EnvironmentTypes environmentTypes()
Gets the resource collection API of EnvironmentTypes. It manages EnvironmentType.
Returns:
galleries
public Galleries galleries()
Gets the resource collection API of Galleries. It manages Gallery.
Returns:
images
public Images images()
Gets the resource collection API of Images.
Returns:
imageVersions
public ImageVersions imageVersions()
Gets the resource collection API of ImageVersions.
Returns:
networkConnections
public NetworkConnections networkConnections()
Gets the resource collection API of NetworkConnections. It manages NetworkConnection.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
operationStatuses
public OperationStatuses operationStatuses()
Gets the resource collection API of OperationStatuses.
Returns:
pools
public Pools pools()
Gets the resource collection API of Pools. It manages Pool.
Returns:
projectAllowedEnvironmentTypes
public ProjectAllowedEnvironmentTypes projectAllowedEnvironmentTypes()
Gets the resource collection API of ProjectAllowedEnvironmentTypes.
Returns:
projectCatalogEnvironmentDefinitions
public ProjectCatalogEnvironmentDefinitions projectCatalogEnvironmentDefinitions()
Gets the resource collection API of ProjectCatalogEnvironmentDefinitions.
Returns:
projectCatalogs
public ProjectCatalogs projectCatalogs()
Gets the resource collection API of ProjectCatalogs. It manages Catalog.
Returns:
projectEnvironmentTypes
public ProjectEnvironmentTypes projectEnvironmentTypes()
Gets the resource collection API of ProjectEnvironmentTypes. It manages ProjectEnvironmentType.
Returns:
projects
public Projects projects()
Gets the resource collection API of Projects. It manages Project.
Returns:
schedules
public Schedules schedules()
Gets the resource collection API of Schedules. It manages Schedule.
Returns:
serviceClient
public DevCenterManagementClient serviceClient()
Gets wrapped service client DevCenterManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
skus
public Skus skus()
Gets the resource collection API of Skus.
Returns:
usages
public Usages usages()
Gets the resource collection API of Usages.
Returns: