次の方法で共有


NsgSecurityRule.DestinationAddressPrefix プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象