PSNetworkConfigurationDiagnosticResponse.Results Property

Definition

[Newtonsoft.Json.JsonProperty(Order=1)]
public System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult> Results { get; set; }
[<Newtonsoft.Json.JsonProperty(Order=1)>]
member this.Results : System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult> with get, set
Public Property Results As List(Of PSNetworkConfigurationDiagnosticResult)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to