Share via


NetworkRuleSet.IpRules Property

Definition

Gets or sets list of IpRules

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to