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

FirewallRuleForDataLakeStoreAccountUpdateContent 类

定义

用于在更新 Data Lake Store 帐户时更新防火墙规则的参数。

public class FirewallRuleForDataLakeStoreAccountUpdateContent
type FirewallRuleForDataLakeStoreAccountUpdateContent = class
Public Class FirewallRuleForDataLakeStoreAccountUpdateContent
继承
FirewallRuleForDataLakeStoreAccountUpdateContent

构造函数

FirewallRuleForDataLakeStoreAccountUpdateContent(String)

初始化 FirewallRuleForDataLakeStoreAccountUpdateContent 的新实例。

属性

EndIPAddress

防火墙规则的结束 IP 地址。 这可以是 ipv4 或 ipv6。 Start 和 End 应位于同一协议中。

Name

要更新的防火墙规则的唯一名称。

StartIPAddress

防火墙规则的起始 IP 地址。 这可以是 ipv4 或 ipv6。 Start 和 End 应位于同一协议中。

适用于