AzureFirewallInner.ApplicationRuleCollections Property

Definition

Gets or sets collection of application rule collections used by Azure Firewall.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to