Compartir a través de


CreateDataLakeStoreAccountParameters.FirewallState Propiedad

Definición

Obtiene o establece el estado actual del firewall de direcciones IP para esta cuenta de Data Lake Store. Entre los valores posibles se incluyen: "Enabled", "Disabled"

[Newtonsoft.Json.JsonProperty(PropertyName="properties.firewallState")]
public Microsoft.Azure.Management.DataLake.Store.Models.FirewallState? FirewallState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.firewallState")>]
member this.FirewallState : Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallState> with get, set
Public Property FirewallState As Nullable(Of FirewallState)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a