IotHubProperties.IpFilterRules Property

Definition

Gets or sets the IP filter rules.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to