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

FirewallRuleForDataLakeStoreAccountCreateOrUpdateContent 类

定义

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

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

构造函数

FirewallRuleForDataLakeStoreAccountCreateOrUpdateContent(String, IPAddress, IPAddress)

初始化 FirewallRuleForDataLakeStoreAccountCreateOrUpdateContent 的新实例。

属性

EndIPAddress

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

Name

要创建的防火墙规则的唯一名称。

StartIPAddress

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

适用于