AzureDeploymentManager Class

REST APIs for orchestrating deployments using the Azure Deployment Manager (ADM). See https://docs.microsoft.com/en-us/azure/azure-resource-manager/deployment-manager-overview for more information.

Inheritance
builtins.object
AzureDeploymentManager

Constructor

AzureDeploymentManager(credential: TokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

base_url
str
default value: None

Service URL

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

service_topologies
ServiceTopologiesOperations

ServiceTopologiesOperations operations

services
ServicesOperations

ServicesOperations operations

service_units
ServiceUnitsOperations

ServiceUnitsOperations operations

steps
StepsOperations

StepsOperations operations

rollouts
RolloutsOperations

RolloutsOperations operations

artifact_sources
ArtifactSourcesOperations

ArtifactSourcesOperations operations

operations
Operations

Operations operations

Methods

close

close

close() -> None