azure.mgmt.resource.deploymentscripts.v2023_08_01 package
Submodules
- azure.mgmt.resource.deploymentscripts.v2023_08_01.models module
AzureCliScript
AzureCliScriptProperties
AzurePowerShellScript
AzurePowerShellScriptProperties
AzureResourceBase
CleanupOptions
ContainerConfiguration
ContainerGroupSubnetId
CreatedByType
DeploymentScript
DeploymentScriptListResult
DeploymentScriptPropertiesBase
DeploymentScriptUpdateParameter
DeploymentScriptsError
EnvironmentVariable
ErrorAdditionalInfo
ErrorResponse
ManagedServiceIdentity
ManagedServiceIdentityType
ScriptConfigurationBase
ScriptLog
ScriptLogsList
ScriptProvisioningState
ScriptStatus
ScriptType
StorageAccountConfiguration
SystemData
UserAssignedIdentity
- azure.mgmt.resource.deploymentscripts.v2023_08_01.operations module
DeploymentScriptsOperations
DeploymentScriptsOperations.begin_create()
DeploymentScriptsOperations.delete()
DeploymentScriptsOperations.get()
DeploymentScriptsOperations.get_logs()
DeploymentScriptsOperations.get_logs_default()
DeploymentScriptsOperations.list_by_resource_group()
DeploymentScriptsOperations.list_by_subscription()
DeploymentScriptsOperations.update()
DeploymentScriptsOperations.models
Module contents
- class azure.mgmt.resource.deploymentscripts.v2023_08_01.DeploymentScriptsClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]
Bases:
object
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.v2023_08_01.operations.DeploymentScriptsOperations) – DeploymentScriptsOperations operations
- Parameters:
credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.
subscription_id (str) – Subscription Id which forms part of the URI for every service call. Required.
base_url (str) – Service URL. Default value is “https://management.azure.com”.
- Keyword Arguments: