DeploymentsManager Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.deployments.DeploymentsManager

public final class DeploymentsManager

Entry point to DeploymentsManager. Provides operations for working with deployments.

Method Summary

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

Creates an instance of Deployments service API entry point.

static DeploymentsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Deployments service API entry point.

static Configurable configure()

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

DeploymentOperations deploymentOperations()

Gets the resource collection API of DeploymentOperations.

Deployments deployments()

Gets the resource collection API of Deployments.

DeploymentsManagementClient serviceClient()

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

Methods inherited from java.lang.Object

Method Details

authenticate

public static DeploymentsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Deployments service API entry point.

Parameters:

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

Returns:

the Deployments service API instance.

authenticate

public static DeploymentsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Deployments service API entry point.

Parameters:

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

Returns:

the Deployments service API instance.

configure

public static DeploymentsManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

deploymentOperations

public DeploymentOperations deploymentOperations()

Gets the resource collection API of DeploymentOperations.

Returns:

Resource collection API of DeploymentOperations.

deployments

public Deployments deployments()

Gets the resource collection API of Deployments. It manages DeploymentExtended.

Returns:

Resource collection API of Deployments.

serviceClient

public DeploymentsManagementClient serviceClient()

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

Returns:

Wrapped service client DeploymentsManagementClient.

Applies to