次の方法で共有


UpdateDataLakeAnalyticsAccountParameters.FirewallAllowAzureIps プロパティ

定義

ファイアウォールを介して Azure 内で発信される IP を許可または禁止する現在の状態を取得または設定します。 ファイアウォールが無効になっている場合、これは適用されません。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象