你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeAnalyticsAccountUpdateParameters.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

适用于