DeploymentsManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. DeploymentsManager
- com.
public final class DeploymentsManager
Entry point to DeploymentsManager. Provides operations for working with deployments.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Deployments |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Deployments service API entry point. |
|
static
Deployments |
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 Deployments |
|
Deployment |
deploymentOperations()
Gets the resource collection API of Deployment |
| Deployments |
deployments()
Gets the resource collection API of Deployments. |
|
Deployments |
serviceClient()
Gets wrapped service client Deployments |
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:
Returns:
authenticate
public static DeploymentsManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Deployments service API entry point.
Parameters:
Returns:
configure
public static DeploymentsManager.Configurable configure()
Gets a Configurable instance that can be used to create DeploymentsManager with optional configuration.
Returns:
deploymentOperations
public DeploymentOperations deploymentOperations()
Gets the resource collection API of DeploymentOperations.
Returns:
deployments
public Deployments deployments()
Gets the resource collection API of Deployments. It manages DeploymentExtended.
Returns:
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: