ErrorDeployment 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.
public class ErrorDeployment : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Deployments.Models.ErrorDeployment>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Deployments.Models.ErrorDeployment>
type ErrorDeployment = class
interface IJsonModel<ErrorDeployment>
interface IPersistableModel<ErrorDeployment>
Public Class ErrorDeployment
Implements IJsonModel(Of ErrorDeployment), IPersistableModel(Of ErrorDeployment)
- Inheritance
-
ErrorDeployment
- Implements
Constructors
| Name | Description |
|---|---|
| ErrorDeployment() |
Initializes a new instance of ErrorDeployment. |
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. |