Share via


DevOpsInfrastructureManager Class

  • java.lang.Object
    • com.azure.resourcemanager.devopsinfrastructure.DevOpsInfrastructureManager

public final class DevOpsInfrastructureManager

Entry point to DevOpsInfrastructureManager.

Method Summary

Modifier and Type Method and Description
static DevOpsInfrastructureManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of DevOps Infrastructure service API entry point.

static DevOpsInfrastructureManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DevOps Infrastructure service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create DevOpsInfrastructureManager with optional configuration.

ImageVersions imageVersions()

Gets the resource collection API of ImageVersions.

Operations operations()

Gets the resource collection API of Operations.

Pools pools()

Gets the resource collection API of Pools.

ResourceDetails resourceDetails()

Gets the resource collection API of ResourceDetails.

DevOpsInfrastructureManagementClient serviceClient()

Gets wrapped service client DevOpsInfrastructureManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Skus skus()

Gets the resource collection API of Skus.

SubscriptionUsages subscriptionUsages()

Gets the resource collection API of SubscriptionUsages.

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:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the DevOps Infrastructure service API instance.

authenticate

public static DevOpsInfrastructureManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DevOps Infrastructure service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the DevOps Infrastructure service API instance.

configure

public static DevOpsInfrastructureManager.Configurable configure()

Gets a Configurable instance that can be used to create DevOpsInfrastructureManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

imageVersions

public ImageVersions imageVersions()

Gets the resource collection API of ImageVersions.

Returns:

Resource collection API of ImageVersions.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

pools

public Pools pools()

Gets the resource collection API of Pools. It manages Pool.

Returns:

Resource collection API of Pools.

resourceDetails

public ResourceDetails resourceDetails()

Gets the resource collection API of ResourceDetails.

Returns:

Resource collection API of ResourceDetails.

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:

Wrapped service client DevOpsInfrastructureManagementClient.

skus

public Skus skus()

Gets the resource collection API of Skus.

Returns:

Resource collection API of Skus.

subscriptionUsages

public SubscriptionUsages subscriptionUsages()

Gets the resource collection API of SubscriptionUsages.

Returns:

Resource collection API of SubscriptionUsages.

Applies to