azure.mgmt.resource.deploymentscripts.v2019_10_01_preview package

class azure.mgmt.resource.deploymentscripts.v2019_10_01_preview.DeploymentScriptsClient(credential: ‘TokenCredential’, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)[source]

The APIs listed in this specification can be used to manage Deployment Scripts resource through the Azure Resource Manager.

Variables

deployment_scripts (azure.mgmt.resource.deploymentscripts.v2019_10_01_preview.operations.DeploymentScriptsOperations) – DeploymentScriptsOperations operations

Parameters
  • credential (TokenCredential) – Credential needed for the client to connect to Azure.

  • subscription_id (str) – Subscription Id which forms part of the URI for every service call.

  • base_url (str) – Service URL

Keyword Arguments

polling_interval (int) – Default waiting time between two polls for LRO operations if no Retry-After header is present.

close()None[source]