OnErrorDeploymentExtendedResponse

data class OnErrorDeploymentExtendedResponse(val deploymentName: String? = null, val provisioningState: String, val type: String? = null)

Deployment on error behavior with additional details.

Constructors

Link copied to clipboard
constructor(deploymentName: String? = null, provisioningState: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deploymentName: String? = null

The deployment to be used on error case.

Link copied to clipboard

The state of the provisioning for the on error deployment.

Link copied to clipboard
val type: String? = null

The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.