次の方法で共有


OnErrorDeploymentExtended.Type プロパティ

定義

エラーの動作の種類に対する展開を取得または設定します。 指定できる値は LastSuccessful と SpecificDeployment です。 使用できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象