Compartilhar via


WhatIfOperationResult.Diagnostics Property

Definition

Gets list of resource diagnostics detected by What-If operation.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.diagnostics")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.Models.DeploymentDiagnosticsDefinition> Diagnostics { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.diagnostics")>]
member this.Diagnostics : System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.Models.DeploymentDiagnosticsDefinition>
Public ReadOnly Property Diagnostics As IList(Of DeploymentDiagnosticsDefinition)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to