Bagikan melalui


SecurityRule.SourceAddressPrefixes Property

Definition

Gets or sets the CIDR or source IP ranges.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to