次の方法で共有


SecurityRule.DestinationAddressPrefix プロパティ

定義

宛先アドレス プレフィックスを取得または設定します。 CIDR または宛先 IP 範囲。 また、すべてのソース IP に一致させるためにアスタリスク '*' を使用することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.destinationAddressPrefix")]
public string DestinationAddressPrefix { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.destinationAddressPrefix")>]
member this.DestinationAddressPrefix : string with get, set
Public Property DestinationAddressPrefix As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象