次の方法で共有


NetworkConfigurationDiagnosticResponse.Results プロパティ

定義

ネットワーク構成の診断結果の一覧を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="results")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkConfigurationDiagnosticResult> Results { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="results")>]
member this.Results : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkConfigurationDiagnosticResult>
Public ReadOnly Property Results As IList(Of NetworkConfigurationDiagnosticResult)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象