次の方法で共有


SecurityRule.SourceAddressPrefixes プロパティ

定義

CIDR またはソース IP 範囲を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象