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

CreateDataLakeStoreAccountParameters 类

定义

[Microsoft.Rest.Serialization.JsonTransformation]
public class CreateDataLakeStoreAccountParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CreateDataLakeStoreAccountParameters = class
Public Class CreateDataLakeStoreAccountParameters
继承
CreateDataLakeStoreAccountParameters
属性

构造函数

CreateDataLakeStoreAccountParameters()

初始化 CreateDataLakeStoreAccountParameters 类的新实例。

CreateDataLakeStoreAccountParameters(String, IDictionary<String, String>, EncryptionIdentity, String, EncryptionConfig, Nullable<EncryptionState>, IList<CreateFirewallRuleWithAccountParameters>, IList<CreateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<CreateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>)

初始化 CreateDataLakeStoreAccountParameters 类的新实例。

属性

DefaultGroup

获取或设置 Data Lake Store 帐户中创建的所有新文件夹和文件的默认所有者组。

EncryptionConfig

获取或设置密钥保管库加密配置。

EncryptionState

获取或设置此 Data Lake Store 帐户的当前加密状态。 可能的值包括:“Enabled”、“Disabled”

FirewallAllowAzureIps

获取或设置允许或禁止通过防火墙在 Azure 中发起的 IP 的当前状态。 如果防火墙处于禁用状态,则不会强制执行此操作。 可能的值包括:“Enabled”、“Disabled”

FirewallRules

获取或设置与此 Data Lake Store 帐户关联的防火墙规则列表。

FirewallState

获取或设置此 Data Lake Store 帐户的 IP 地址防火墙的当前状态。 可能的值包括:“Enabled”、“Disabled”

Identity

获取或设置密钥保管库加密标识(如果有)。

Location

获取或设置资源位置。

NewTier

获取或设置下个月要使用的承诺层。 可能的值包括:“Consumption”、“Commitment_1TB”、“Commitment_10TB”、“Commitment_100TB”、“Commitment_500TB”、“Commitment_1PB”、“Commitment_5PB”

Tags

获取或设置资源标记。

TrustedIdProviders

获取或设置与此 Data Lake Store 帐户关联的受信任标识提供者的列表。

TrustedIdProviderState

获取或设置此 Data Lake Store 帐户的受信任标识提供者功能的当前状态。 可能的值包括:“Enabled”、“Disabled”

VirtualNetworkRules

获取或设置与此 Data Lake Store 帐户关联的虚拟网络规则列表。

方法

Validate()

验证 对象。

适用于