次の方法で共有


NetworkConfigurationDiagnosticParameters.Profiles プロパティ

定義

ネットワーク構成診断プロファイルの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="profiles")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkConfigurationDiagnosticProfile> Profiles { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="profiles")>]
member this.Profiles : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkConfigurationDiagnosticProfile> with get, set
Public Property Profiles As IList(Of NetworkConfigurationDiagnosticProfile)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象