Share via


IPAccessControl.Allow Property

Definition

Gets or sets the IP allow list.

[Newtonsoft.Json.JsonProperty(PropertyName="allow")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.IPRange> Allow { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allow")>]
member this.Allow : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.IPRange> with get, set
Public Property Allow As IList(Of IPRange)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to