次の方法で共有


EffectiveSecurityAdminRule.Destinations プロパティ

定義

宛先アドレス プレフィックスを取得または設定します。 CIDR または宛先 IP 範囲。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象