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

UpdateDataLakeStoreAccountParameters 类

定义

要更新的 Data Lake Store 帐户信息。

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

构造函数

UpdateDataLakeStoreAccountParameters()

初始化 UpdateDataLakeStoreAccountParameters 类的新实例。

UpdateDataLakeStoreAccountParameters(IDictionary<String,String>, String, UpdateEncryptionConfig, IList<UpdateFirewallRuleWithAccountParameters>, IList<UpdateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<UpdateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>)

初始化 UpdateDataLakeStoreAccountParameters 类的新实例。

属性

DefaultGroup

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

EncryptionConfig

获取或设置用于轮换用户托管密钥保管库密钥。 只能用于轮换用户管理的加密密钥保管库密钥。

FirewallAllowAzureIps

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

FirewallRules

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

FirewallState

获取或设置此 Data Lake Store 帐户的 IP 地址防火墙的当前状态。 禁用防火墙不会删除现有规则,只会在重新启用防火墙之前忽略这些规则。 可能的值包括:“Enabled”、“Disabled”

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 帐户关联的虚拟网络规则列表。

适用于