OnErrorDeployment Class
Deployment on error behavior.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelOnErrorDeployment
Constructor
OnErrorDeployment(*, type: str | _models.OnErrorDeploymentType | None = None, deployment_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Known values are: "LastSuccessful" and "SpecificDeployment". |
deployment_name
|
The deployment to be used on error case. |
Variables
Name | Description |
---|---|
type
|
The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Known values are: "LastSuccessful" and "SpecificDeployment". |
deployment_name
|
The deployment to be used on error case. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python