OnErrorDeployment.Type Property

Definition

Gets or sets the deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Possible values include: 'LastSuccessful', 'SpecificDeployment'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentType> with get, set
Public Property Type As Nullable(Of OnErrorDeploymentType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to