次の方法で共有


VMGalleryApplication.TreatFailureAsDeploymentFailure プロパティ

定義

省略可能な値を取得または設定します。true の場合、VmApplication での操作に対するエラーはデプロイに失敗します

[Newtonsoft.Json.JsonProperty(PropertyName="treatFailureAsDeploymentFailure")]
public bool? TreatFailureAsDeploymentFailure { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="treatFailureAsDeploymentFailure")>]
member this.TreatFailureAsDeploymentFailure : Nullable<bool> with get, set
Public Property TreatFailureAsDeploymentFailure As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象