Dela via


DataLakeStoreClient.CreateAccount Method

Definition

Overloads

CreateAccount(String, String, String, String, Hashtable, EncryptionIdentity, EncryptionConfig, IList<CreateTrustedIdProviderWithAccountParameters>, IList<CreateFirewallRuleWithAccountParameters>, Nullable<EncryptionConfigType>, Nullable<TierType>)
CreateAccount(String, String, String, String, Hashtable, EncryptionIdentity, EncryptionConfig, IList<TrustedIdProvider>, IList<FirewallRule>, Nullable<EncryptionConfigType>, Nullable<TierType>)

CreateAccount(String, String, String, String, Hashtable, EncryptionIdentity, EncryptionConfig, IList<CreateTrustedIdProviderWithAccountParameters>, IList<CreateFirewallRuleWithAccountParameters>, Nullable<EncryptionConfigType>, Nullable<TierType>)

public Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount CreateAccount (string resourceGroupName, string accountName, string defaultGroup, string location, System.Collections.Hashtable customTags = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity identity = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig config = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.CreateTrustedIdProviderWithAccountParameters> trustedProviders = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.CreateFirewallRuleWithAccountParameters> firewallRules = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfigType? encryptionType = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? tier = default);
member this.CreateAccount : string * string * string * string * System.Collections.Hashtable * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.CreateTrustedIdProviderWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.CreateFirewallRuleWithAccountParameters> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfigType> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> -> Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount
Public Function CreateAccount (resourceGroupName As String, accountName As String, defaultGroup As String, location As String, Optional customTags As Hashtable = Nothing, Optional identity As EncryptionIdentity = Nothing, Optional config As EncryptionConfig = Nothing, Optional trustedProviders As IList(Of CreateTrustedIdProviderWithAccountParameters) = Nothing, Optional firewallRules As IList(Of CreateFirewallRuleWithAccountParameters) = Nothing, Optional encryptionType As Nullable(Of EncryptionConfigType) = Nothing, Optional tier As Nullable(Of TierType) = Nothing) As DataLakeStoreAccount

Parameters

resourceGroupName
String
accountName
String
defaultGroup
String
location
String
customTags
Hashtable
encryptionType
Nullable<EncryptionConfigType>

Returns

Applies to

CreateAccount(String, String, String, String, Hashtable, EncryptionIdentity, EncryptionConfig, IList<TrustedIdProvider>, IList<FirewallRule>, Nullable<EncryptionConfigType>, Nullable<TierType>)

public Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount CreateAccount (string resourceGroupName, string accountName, string defaultGroup, string location, System.Collections.Hashtable customTags = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity identity = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig config = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> trustedProviders = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.FirewallRule> firewallRules = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfigType? encryptionType = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? tier = default);
member this.CreateAccount : string * string * string * string * System.Collections.Hashtable * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.FirewallRule> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfigType> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> -> Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount
Public Function CreateAccount (resourceGroupName As String, accountName As String, defaultGroup As String, location As String, Optional customTags As Hashtable = Nothing, Optional identity As EncryptionIdentity = Nothing, Optional config As EncryptionConfig = Nothing, Optional trustedProviders As IList(Of TrustedIdProvider) = Nothing, Optional firewallRules As IList(Of FirewallRule) = Nothing, Optional encryptionType As Nullable(Of EncryptionConfigType) = Nothing, Optional tier As Nullable(Of TierType) = Nothing) As DataLakeStoreAccount

Parameters

resourceGroupName
String
accountName
String
defaultGroup
String
location
String
customTags
Hashtable
trustedProviders
IList<TrustedIdProvider>
firewallRules
IList<FirewallRule>
encryptionType
Nullable<EncryptionConfigType>

Returns

Applies to