次の方法で共有


NsgSecurityRule.SourceAddressPrefix プロパティ

定義

ソース アドレスプレフィックスを取得または設定します。 CIDR またはソース IP 範囲。 "*" を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。 これがイングレス ルールの場合は、ネットワーク トラフィックの発信元を指定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象