Share via


AzureFirewallApplicationRuleCollectionInner.Rules Property

Definition

Gets or sets collection of rules used by a application rule collection.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to