Share via


NetworkRuleSetProperties.IpRules Property

Definition

Gets or sets list of IP Rules

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to