OnErrorDeploymentExtended Class

Deployment on error behavior with additional details.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
OnErrorDeploymentExtended

Constructor

OnErrorDeploymentExtended(*, type: Optional[Union[str, azure.mgmt.resource.resources.v2020_06_01.models._resource_management_client_enums.OnErrorDeploymentType]] = None, deployment_name: Optional[str] = None, **kwargs)

Variables

provisioning_state
str

The state of the provisioning for the on error deployment.

type
str or OnErrorDeploymentType

The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Possible values include: "LastSuccessful", "SpecificDeployment".

deployment_name
str

The deployment to be used on error case.