Share via


DeploymentWhatIfSettings.ResultFormat Property

Definition

Gets or sets the format of the What-If results. Possible values include: 'ResourceIdOnly', 'FullResourcePayloads'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to