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

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 类的新实例。

CreateDataLakeStoreAccountParameters()

初始化 CreateDataLakeStoreAccountParameters 类的新实例。

public CreateDataLakeStoreAccountParameters ();
Public Sub New ()

适用于

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 类的新实例。

public CreateDataLakeStoreAccountParameters (string location, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity identity = default, string defaultGroup = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig encryptionConfig = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState? encryptionState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.CreateFirewallRuleWithAccountParameters> firewallRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.CreateVirtualNetworkRuleWithAccountParameters> 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.CreateTrustedIdProviderWithAccountParameters> 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.CreateDataLakeStoreAccountParameters : string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity * string * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.CreateFirewallRuleWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.CreateVirtualNetworkRuleWithAccountParameters> * 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.CreateTrustedIdProviderWithAccountParameters> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> -> Microsoft.Azure.Management.DataLake.Store.Models.CreateDataLakeStoreAccountParameters
Public Sub New (location As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionIdentity = Nothing, Optional defaultGroup As String = Nothing, Optional encryptionConfig As EncryptionConfig = Nothing, Optional encryptionState As Nullable(Of EncryptionState) = Nothing, Optional firewallRules As IList(Of CreateFirewallRuleWithAccountParameters) = Nothing, Optional virtualNetworkRules As IList(Of CreateVirtualNetworkRuleWithAccountParameters) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional trustedIdProviders As IList(Of CreateTrustedIdProviderWithAccountParameters) = Nothing, Optional trustedIdProviderState As Nullable(Of TrustedIdProviderState) = Nothing, Optional newTier As Nullable(Of TierType) = Nothing)

参数

location
String

资源位置。

tags
IDictionary<String,String>

资源标记。

identity
EncryptionIdentity

密钥保管库加密标识(如果有)。

defaultGroup
String

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

encryptionConfig
EncryptionConfig

密钥保管库加密配置。

encryptionState
Nullable<EncryptionState>

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

firewallRules
IList<CreateFirewallRuleWithAccountParameters>

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

virtualNetworkRules
IList<CreateVirtualNetworkRuleWithAccountParameters>

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

firewallState
Nullable<FirewallState>

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

firewallAllowAzureIps
Nullable<FirewallAllowAzureIpsState>

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

trustedIdProviders
IList<CreateTrustedIdProviderWithAccountParameters>

与此 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”

适用于