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. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
type
The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.
type?: OnErrorDeploymentType