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

DataLakeStoreAccountUpdateParameters 构造函数

定义

重载

DataLakeStoreAccountUpdateParameters()

初始化 DataLakeStoreAccountUpdateParameters 类的新实例。

DataLakeStoreAccountUpdateParameters(IDictionary<String,String>, Nullable<FirewallState>, Nullable<TrustedIdProviderState>, String, Nullable<TierType>, Nullable<FirewallAllowAzureIpsState>, UpdateEncryptionConfig)

初始化 DataLakeStoreAccountUpdateParameters 类的新实例。

DataLakeStoreAccountUpdateParameters()

初始化 DataLakeStoreAccountUpdateParameters 类的新实例。

public DataLakeStoreAccountUpdateParameters ();
Public Sub New ()

适用于

DataLakeStoreAccountUpdateParameters(IDictionary<String,String>, Nullable<FirewallState>, Nullable<TrustedIdProviderState>, String, Nullable<TierType>, Nullable<FirewallAllowAzureIpsState>, UpdateEncryptionConfig)

初始化 DataLakeStoreAccountUpdateParameters 类的新实例。

public DataLakeStoreAccountUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState? trustedIdProviderState = default, string defaultGroup = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? newTier = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default, Microsoft.Azure.Management.DataLake.Store.Models.UpdateEncryptionConfig encryptionConfig = default);
new Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountUpdateParameters : System.Collections.Generic.IDictionary<string, string> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState> * string * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState> * Microsoft.Azure.Management.DataLake.Store.Models.UpdateEncryptionConfig -> Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional trustedIdProviderState As Nullable(Of TrustedIdProviderState) = Nothing, Optional defaultGroup As String = Nothing, Optional newTier As Nullable(Of TierType) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional encryptionConfig As UpdateEncryptionConfig = Nothing)

参数

tags
IDictionary<String,String>

资源标记

firewallState
Nullable<FirewallState>

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

trustedIdProviderState
Nullable<TrustedIdProviderState>

此 Data Lake Store 帐户的受信任标识提供者功能的当前状态。 禁用受信任的标识提供者功能不会删除提供程序,只会在重新启用此功能之前忽略这些提供程序。 可能的值包括:“Enabled”、“Disabled”

defaultGroup
String

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

newTier
Nullable<TierType>

用于下个月的承诺层。 可能的值包括:“Consumption”、“Commitment_1TB”、“Commitment_10TB”、“Commitment_100TB”、“Commitment_500TB”、“Commitment_1PB”、“Commitment_5PB”

firewallAllowAzureIps
Nullable<FirewallAllowAzureIpsState>

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

encryptionConfig
UpdateEncryptionConfig

用于轮换用户管理的密钥保管库密钥。 只能用于轮换用户管理的加密密钥保管库密钥。

适用于