次の方法で共有


DeploymentWhatIfSettings.ResultFormat プロパティ

定義

What-If結果の形式を取得または設定します。 使用可能な値は、'ResourceIdOnly'、'FullResourcePayloads' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象