SiteConfigResourceInner.IpSecurityRestrictions Property

Definition

Gets or sets IP security restrictions for main.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ipSecurityRestrictions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.IpSecurityRestriction> IpSecurityRestrictions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ipSecurityRestrictions")>]
member this.IpSecurityRestrictions : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.IpSecurityRestriction> with get, set
Public Property IpSecurityRestrictions As IList(Of IpSecurityRestriction)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to