UpdateFirewallRuleWithAccountParameters interface
用于更新 Data Lake Analytics 帐户时更新防火墙规则的参数。
属性
| end |
防火墙规则的结束 IP 地址。 这可以是 ipv4 或 ipv6。 “开始”和“结束”应位于同一协议中。 |
| name | 要更新的防火墙规则的唯一名称。 |
| start |
防火墙规则的起始 IP 地址。 这可以是 ipv4 或 ipv6。 “开始”和“结束”应位于同一协议中。 |
属性详细信息
endIpAddress
防火墙规则的结束 IP 地址。 这可以是 ipv4 或 ipv6。 “开始”和“结束”应位于同一协议中。
endIpAddress?: string
属性值
string
name
要更新的防火墙规则的唯一名称。
name: string
属性值
string
startIpAddress
防火墙规则的起始 IP 地址。 这可以是 ipv4 或 ipv6。 “开始”和“结束”应位于同一协议中。
startIpAddress?: string
属性值
string