次の方法で共有


VirtualNetworkGatewayConnection.TrafficSelectorPolicies プロパティ

定義

この接続によって考慮されるトラフィック セレクター ポリシーを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象