ErrorDeploymentExtended Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deployment on error behavior with additional details.
public class ErrorDeploymentExtended : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Deployments.Models.ErrorDeploymentExtended>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Deployments.Models.ErrorDeploymentExtended>
type ErrorDeploymentExtended = class
interface IJsonModel<ErrorDeploymentExtended>
interface IPersistableModel<ErrorDeploymentExtended>
Public Class ErrorDeploymentExtended
Implements IJsonModel(Of ErrorDeploymentExtended), IPersistableModel(Of ErrorDeploymentExtended)
- Inheritance
-
ErrorDeploymentExtended
- Implements
Properties
| Name | Description |
|---|---|
| DeploymentName |
The deployment to be used on error case. |
| DeploymentType |
The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. |
| ProvisioningState |
The state of the provisioning for the on error deployment. |