On Error Deployment Extended Response
    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
                fun OnErrorDeploymentExtendedResponse(deploymentName: String? = null, provisioningState: String, type: String? = null)