Compartir a través de


UpdateDataLakeStoreAccountParameters.FirewallAllowAzureIps Propiedad

Definición

Obtiene o establece el estado actual de permitir o denegar direcciones IP que se originan en Azure a través del firewall. Si el firewall está deshabilitado, no se aplica. Entre los valores posibles se incluyen: "Enabled", "Disabled"

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a