OnErrorDeploymentExtended interface
Deployment on error behavior with additional details.
Properties
| deployment |
The deployment to be used on error case. |
| provisioning |
The state of the provisioning for the on error deployment. |
| type | The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. |
Property Details
deploymentName
The deployment to be used on error case.
deploymentName?: string
Property Value
string
provisioningState
The state of the provisioning for the on error deployment.
provisioningState?: string
Property Value
string
type
The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.
type?: OnErrorDeploymentType