DataLakeAnalyticsAccount.FirewallRules Property

Definition

Gets the list of firewall rules associated with this account.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.firewallRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule> FirewallRules { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="properties.firewallRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule> FirewallRules { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.firewallRules")>]
member this.FirewallRules : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.firewallRules")>]
member this.FirewallRules : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule>
Public Property FirewallRules As IList(Of FirewallRule)
Public ReadOnly Property FirewallRules As IList(Of FirewallRule)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to