次の方法で共有


DiagnoseVirtualNetworkResult.Findings プロパティ

定義

ネットワーク接続の診断結果の一覧を取得または設定します

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象