Share via


CreateDataLakeStoreAccountParameters.FirewallRules Property

Definition

Gets or sets the list of firewall rules associated with this Data Lake Store account.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to