Class DevCenterManager
java.lang.Object
com.azure.resourcemanager.devcenter.DevCenterManager
Entry point to DevCenterManager. DevCenter Management API.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionGets the resource collection API of AttachedNetworks.static DevCenterManager
authenticate
(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of DevCenter service API entry point.static DevCenterManager
authenticate
(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of DevCenter service API entry point.catalogs()
Gets the resource collection API of Catalogs.Gets the resource collection API of CheckNameAvailabilities.Gets a Configurable instance that can be used to create DevCenterManager with optional configuration.Gets the resource collection API of DevBoxDefinitions.Gets the resource collection API of DevCenters.Gets the resource collection API of EnvironmentTypes.Gets the resource collection API of Galleries.images()
Gets the resource collection API of Images.Gets the resource collection API of ImageVersions.Gets the resource collection API of NetworkConnections.Gets the resource collection API of Operations.Gets the resource collection API of OperationStatuses.pools()
Gets the resource collection API of Pools.Gets the resource collection API of ProjectAllowedEnvironmentTypes.Gets the resource collection API of ProjectEnvironmentTypes.projects()
Gets the resource collection API of Projects.Gets the resource collection API of Schedules.skus()
Gets the resource collection API of Skus.usages()
Gets the resource collection API of Usages.
-
Method Details
-
authenticate
public static DevCenterManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of DevCenter service API entry point.- Parameters:
credential
- the credential to use.profile
- the Azure profile for client.- Returns:
- the DevCenter service API instance.
-
authenticate
public static DevCenterManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of DevCenter service API entry point.- Parameters:
httpPipeline
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the DevCenter service API instance.
-
configure
Gets a Configurable instance that can be used to create DevCenterManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
devCenters
Gets the resource collection API of DevCenters. It manages DevCenter.- Returns:
- Resource collection API of DevCenters.
-
projects
Gets the resource collection API of Projects. It manages Project.- Returns:
- Resource collection API of Projects.
-
attachedNetworks
Gets the resource collection API of AttachedNetworks. It manages AttachedNetworkConnection.- Returns:
- Resource collection API of AttachedNetworks.
-
galleries
Gets the resource collection API of Galleries. It manages Gallery.- Returns:
- Resource collection API of Galleries.
-
images
Gets the resource collection API of Images.- Returns:
- Resource collection API of Images.
-
imageVersions
Gets the resource collection API of ImageVersions.- Returns:
- Resource collection API of ImageVersions.
-
catalogs
Gets the resource collection API of Catalogs. It manages Catalog.- Returns:
- Resource collection API of Catalogs.
-
environmentTypes
Gets the resource collection API of EnvironmentTypes. It manages EnvironmentType.- Returns:
- Resource collection API of EnvironmentTypes.
-
projectAllowedEnvironmentTypes
Gets the resource collection API of ProjectAllowedEnvironmentTypes.- Returns:
- Resource collection API of ProjectAllowedEnvironmentTypes.
-
projectEnvironmentTypes
Gets the resource collection API of ProjectEnvironmentTypes. It manages ProjectEnvironmentType.- Returns:
- Resource collection API of ProjectEnvironmentTypes.
-
devBoxDefinitions
Gets the resource collection API of DevBoxDefinitions. It manages DevBoxDefinition.- Returns:
- Resource collection API of DevBoxDefinitions.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
operationStatuses
Gets the resource collection API of OperationStatuses.- Returns:
- Resource collection API of OperationStatuses.
-
usages
Gets the resource collection API of Usages.- Returns:
- Resource collection API of Usages.
-
checkNameAvailabilities
Gets the resource collection API of CheckNameAvailabilities.- Returns:
- Resource collection API of CheckNameAvailabilities.
-
skus
Gets the resource collection API of Skus.- Returns:
- Resource collection API of Skus.
-
pools
Gets the resource collection API of Pools. It manages Pool.- Returns:
- Resource collection API of Pools.
-
schedules
Gets the resource collection API of Schedules. It manages Schedule.- Returns:
- Resource collection API of Schedules.
-
networkConnections
Gets the resource collection API of NetworkConnections. It manages NetworkConnection.- Returns:
- Resource collection API of NetworkConnections.
-
serviceClient
- Returns:
- Wrapped service client DevCenterManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-