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

UpdateDataLakeStoreAccountParameters 构造函数

定义

重载

UpdateDataLakeStoreAccountParameters()

初始化 UpdateDataLakeStoreAccountParameters 类的新实例。

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

初始化 UpdateDataLakeStoreAccountParameters 类的新实例。

UpdateDataLakeStoreAccountParameters()

初始化 UpdateDataLakeStoreAccountParameters 类的新实例。

public UpdateDataLakeStoreAccountParameters ();
Public Sub New ()

适用于

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

初始化 UpdateDataLakeStoreAccountParameters 类的新实例。

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

参数

tags
IDictionary<String,String>

资源标记

defaultGroup
String

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

encryptionConfig
UpdateEncryptionConfig

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

firewallRules
IList<UpdateFirewallRuleWithAccountParameters>

与此 Data Lake Store 帐户关联的防火墙规则列表。

virtualNetworkRules
IList<UpdateVirtualNetworkRuleWithAccountParameters>

与此 Data Lake Store 帐户关联的虚拟网络规则列表。

firewallState
Nullable<FirewallState>

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

firewallAllowAzureIps
Nullable<FirewallAllowAzureIpsState>

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

trustedIdProviders
IList<UpdateTrustedIdProviderWithAccountParameters>

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

trustedIdProviderState
Nullable<TrustedIdProviderState>

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

newTier
Nullable<TierType>

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

适用于