CreateDataLakeStoreAccountParameters Constructors

Definition

Overloads

CreateDataLakeStoreAccountParameters()

Initializes a new instance of the CreateDataLakeStoreAccountParameters class.

CreateDataLakeStoreAccountParameters(String, IDictionary<String, String>, EncryptionIdentity, String, EncryptionConfig, Nullable<EncryptionState>, IList<CreateFirewallRuleWithAccountParameters>, IList<CreateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<CreateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>)

Initializes a new instance of the CreateDataLakeStoreAccountParameters class.

CreateDataLakeStoreAccountParameters()

Initializes a new instance of the CreateDataLakeStoreAccountParameters class.

public CreateDataLakeStoreAccountParameters ();
Public Sub New ()

Applies to

CreateDataLakeStoreAccountParameters(String, IDictionary<String, String>, EncryptionIdentity, String, EncryptionConfig, Nullable<EncryptionState>, IList<CreateFirewallRuleWithAccountParameters>, IList<CreateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<CreateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>)

Initializes a new instance of the CreateDataLakeStoreAccountParameters class.

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)

Parameters

location
String

The resource location.

tags
IDictionary<String,String>

The resource tags.

identity
EncryptionIdentity

The Key Vault encryption identity, if any.

defaultGroup
String

The default owner group for all new folders and files created in the Data Lake Store account.

encryptionConfig
EncryptionConfig

The Key Vault encryption configuration.

encryptionState
Nullable<EncryptionState>

The current state of encryption for this Data Lake Store account. Possible values include: 'Enabled', 'Disabled'

firewallRules
IList<CreateFirewallRuleWithAccountParameters>

The list of firewall rules associated with this Data Lake Store account.

virtualNetworkRules
IList<CreateVirtualNetworkRuleWithAccountParameters>

The list of virtual network rules associated with this Data Lake Store account.

firewallState
Nullable<FirewallState>

The current state of the IP address firewall for this Data Lake Store account. Possible values include: 'Enabled', 'Disabled'

firewallAllowAzureIps
Nullable<FirewallAllowAzureIpsState>

The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: 'Enabled', 'Disabled'

trustedIdProviders
IList<CreateTrustedIdProviderWithAccountParameters>

The list of trusted identity providers associated with this Data Lake Store account.

trustedIdProviderState
Nullable<TrustedIdProviderState>

The current state of the trusted identity provider feature for this Data Lake Store account. Possible values include: 'Enabled', 'Disabled'

newTier
Nullable<TierType>

The commitment tier to use for next month. Possible values include: 'Consumption', 'Commitment_1TB', 'Commitment_10TB', 'Commitment_100TB', 'Commitment_500TB', 'Commitment_1PB', 'Commitment_5PB'

Applies to