DeploymentManager Class
- java.
lang. Object - com.
azure. resourcemanager. deploymentmanager. DeploymentManager
- com.
public final class DeploymentManager
Entry point to DeploymentManager. REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/en-us/azure-resource-manager/deployment-manager-overview for more information.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Artifact |
artifactSources()
Gets the resource collection API of Artifact |
|
static
Deployment |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Deployment service API entry point. |
|
static
Deployment |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Deployment service API entry point. |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Deployment |
| Operations |
operations()
Gets the resource collection API of Operations. |
| Rollouts |
rollouts()
Gets the resource collection API of Rollouts. |
|
Azure |
serviceClient() |
| Services |
services()
Gets the resource collection API of Services. |
|
Service |
serviceTopologies()
Gets the resource collection API of Service |
|
Service |
serviceUnits()
Gets the resource collection API of Service |
| Steps |
steps()
Gets the resource collection API of Steps. |
Methods inherited from java.lang.Object
Method Details
artifactSources
public ArtifactSources artifactSources()
Gets the resource collection API of ArtifactSources. It manages ArtifactSource.
Returns:
authenticate
public static DeploymentManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Deployment service API entry point.
Parameters:
Returns:
authenticate
public static DeploymentManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Deployment service API entry point.
Parameters:
Returns:
configure
public static DeploymentManager.Configurable configure()
Gets a Configurable instance that can be used to create DeploymentManager with optional configuration.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
rollouts
public Rollouts rollouts()
Gets the resource collection API of Rollouts. It manages RolloutRequest.
Returns:
serviceClient
public AzureDeploymentManager serviceClient()
Returns:
services
public Services services()
Gets the resource collection API of Services. It manages ServiceResource.
Returns:
serviceTopologies
public ServiceTopologies serviceTopologies()
Gets the resource collection API of ServiceTopologies. It manages ServiceTopologyResource.
Returns:
serviceUnits
public ServiceUnits serviceUnits()
Gets the resource collection API of ServiceUnits. It manages ServiceUnitResource.
Returns:
steps
public Steps steps()
Gets the resource collection API of Steps. It manages StepResource.
Returns: