DevOpsInfrastructureManager Class
- java.
lang. Object - com.
azure. resourcemanager. devopsinfrastructure. DevOpsInfrastructureManager
- com.
public final class DevOpsInfrastructureManager
Entry point to DevOpsInfrastructureManager.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dev |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Dev |
|
static
Dev |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Dev |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Dev |
|
Image |
imageVersions()
Gets the resource collection API of Image |
| Operations |
operations()
Gets the resource collection API of Operations. |
| Pools |
pools()
Gets the resource collection API of Pools. |
|
Resource |
resourceDetails()
Gets the resource collection API of Resource |
|
Dev |
serviceClient()
Gets wrapped service client Dev |
| Skus |
skus()
Gets the resource collection API of Skus. |
|
Subscription |
subscriptionUsages()
Gets the resource collection API of Subscription |
Methods inherited from java.lang.Object
Method Details
authenticate
public static DevOpsInfrastructureManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of DevOps Infrastructure service API entry point.
Parameters:
Returns:
authenticate
public static DevOpsInfrastructureManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of DevOps Infrastructure service API entry point.
Parameters:
Returns:
configure
public static DevOpsInfrastructureManager.Configurable configure()
Gets a Configurable instance that can be used to create DevOpsInfrastructureManager with optional configuration.
Returns:
imageVersions
public ImageVersions imageVersions()
Gets the resource collection API of ImageVersions.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
pools
public Pools pools()
Gets the resource collection API of Pools. It manages Pool.
Returns:
resourceDetails
public ResourceDetails resourceDetails()
Gets the resource collection API of ResourceDetails.
Returns:
serviceClient
public DevOpsInfrastructureManagementClient serviceClient()
Gets wrapped service client DevOpsInfrastructureManagementClient 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:
subscriptionUsages
public SubscriptionUsages subscriptionUsages()
Gets the resource collection API of SubscriptionUsages.
Returns: