次の方法で共有


NetworkSecurityRule.DestinationAddressPrefixes プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="destinationAddressPrefixes")]
public System.Collections.Generic.IList<string> DestinationAddressPrefixes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="destinationAddressPrefixes")>]
member this.DestinationAddressPrefixes : System.Collections.Generic.IList<string> with get, set
Public Property DestinationAddressPrefixes As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象