DiagnoseVirtualNetworkResult.Findings Property

Definition

Gets or sets the list of network connectivity diagnostic finding

[Newtonsoft.Json.JsonProperty(PropertyName="findings")]
public System.Collections.Generic.IList<string> Findings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="findings")>]
member this.Findings : System.Collections.Generic.IList<string> with get, set
Public Property Findings As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to