DataLakeStoreAccount Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataLakeStoreAccount()
Initializes a new instance of the DataLakeStoreAccount class.
public DataLakeStoreAccount ();
Public Sub New ()
Applies to
DataLakeStoreAccount(String, String, String, String, IDictionary<String, String>, EncryptionIdentity, Nullable<DataLakeStoreAccountStatus>, Nullable<DataLakeStoreAccountState>, Nullable<DateTime>, Nullable<EncryptionState>, Nullable<EncryptionProvisioningState>, EncryptionConfig, Nullable<FirewallState>, IList<FirewallRule>, Nullable<TrustedIdProviderState>, IList<TrustedIdProvider>, Nullable<DateTime>, String, String, Nullable<TierType>, Nullable<TierType>, Nullable<FirewallAllowAzureIpsState>)
Initializes a new instance of the DataLakeStoreAccount class.
public DataLakeStoreAccount (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity identity = default, Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountStatus? provisioningState = default, Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountState? state = default, DateTime? creationTime = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState? encryptionState = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionProvisioningState? encryptionProvisioningState = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig encryptionConfig = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallState? firewallState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.FirewallRule> firewallRules = default, Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState? trustedIdProviderState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> trustedIdProviders = default, DateTime? lastModifiedTime = default, string endpoint = default, string defaultGroup = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? newTier = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? currentTier = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default);
new Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountStatus> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountState> * Nullable<DateTime> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionProvisioningState> * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.FirewallRule> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> * Nullable<DateTime> * string * string * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState> -> Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionIdentity = Nothing, Optional provisioningState As Nullable(Of DataLakeStoreAccountStatus) = Nothing, Optional state As Nullable(Of DataLakeStoreAccountState) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional encryptionState As Nullable(Of EncryptionState) = Nothing, Optional encryptionProvisioningState As Nullable(Of EncryptionProvisioningState) = Nothing, Optional encryptionConfig As EncryptionConfig = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallRules As IList(Of FirewallRule) = Nothing, Optional trustedIdProviderState As Nullable(Of TrustedIdProviderState) = Nothing, Optional trustedIdProviders As IList(Of TrustedIdProvider) = Nothing, Optional lastModifiedTime As Nullable(Of DateTime) = Nothing, Optional endpoint As String = Nothing, Optional defaultGroup As String = Nothing, Optional newTier As Nullable(Of TierType) = Nothing, Optional currentTier As Nullable(Of TierType) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing)
Parameters
- location
- String
Resource location
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- tags
- IDictionary<String,String>
Resource tags
- identity
- EncryptionIdentity
The Key Vault encryption identity, if any.
- provisioningState
- Nullable<DataLakeStoreAccountStatus>
the status of the Data Lake Store account while being provisioned. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'
the status of the Data Lake Store account after provisioning has completed. Possible values include: 'Active', 'Suspended'
- encryptionState
- Nullable<EncryptionState>
The current state of encryption for this Data Lake store account. Possible values include: 'Enabled', 'Disabled'
- encryptionProvisioningState
- Nullable<EncryptionProvisioningState>
The current state of encryption provisioning for this Data Lake store account. Possible values include: 'Creating', 'Succeeded'
- encryptionConfig
- EncryptionConfig
The Key Vault encryption configuration.
- firewallState
- Nullable<FirewallState>
The current state of the IP address firewall for this Data Lake store account. Possible values include: 'Enabled', 'Disabled'
- firewallRules
- IList<FirewallRule>
The list of firewall rules 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'
- trustedIdProviders
- IList<TrustedIdProvider>
The list of trusted identity providers associated with this Data Lake store account.
- endpoint
- String
the gateway host.
- defaultGroup
- String
the default owner group for all new folders and files created in the Data Lake Store account.
the commitment tier to use for next month. Possible values include: 'Consumption', 'Commitment_1TB', 'Commitment_10TB', 'Commitment_100TB', 'Commitment_500TB', 'Commitment_1PB', 'Commitment_5PB'
the commitment tier in use for the current month. Possible values include: 'Consumption', 'Commitment_1TB', 'Commitment_10TB', 'Commitment_100TB', 'Commitment_500TB', 'Commitment_1PB', 'Commitment_5PB'
- 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'
Applies to
DataLakeStoreAccount(String, String, String, String, IDictionary<String, String>, EncryptionIdentity, Nullable<Guid>, Nullable<DataLakeStoreAccountStatus>, Nullable<DataLakeStoreAccountState>, Nullable<DateTime>, Nullable<DateTime>, String, String, EncryptionConfig, Nullable<EncryptionState>, Nullable<EncryptionProvisioningState>, IList<FirewallRule>, IList<VirtualNetworkRule>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<TrustedIdProvider>, Nullable<TrustedIdProviderState>, Nullable<TierType>, Nullable<TierType>)
Initializes a new instance of the DataLakeStoreAccount class.
public DataLakeStoreAccount (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity identity = default, Guid? accountId = default, Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountStatus? provisioningState = default, Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountState? state = default, DateTime? creationTime = default, DateTime? lastModifiedTime = default, string endpoint = default, string defaultGroup = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig encryptionConfig = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState? encryptionState = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionProvisioningState? encryptionProvisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.FirewallRule> firewallRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.VirtualNetworkRule> 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.TrustedIdProvider> trustedIdProviders = default, Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState? trustedIdProviderState = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? newTier = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? currentTier = default);
new Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity * Nullable<Guid> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountStatus> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountState> * Nullable<DateTime> * Nullable<DateTime> * string * string * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionProvisioningState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.FirewallRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.VirtualNetworkRule> * 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.TrustedIdProvider> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> -> Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionIdentity = Nothing, Optional accountId As Nullable(Of Guid) = Nothing, Optional provisioningState As Nullable(Of DataLakeStoreAccountStatus) = Nothing, Optional state As Nullable(Of DataLakeStoreAccountState) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedTime As Nullable(Of DateTime) = Nothing, Optional endpoint As String = Nothing, Optional defaultGroup As String = Nothing, Optional encryptionConfig As EncryptionConfig = Nothing, Optional encryptionState As Nullable(Of EncryptionState) = Nothing, Optional encryptionProvisioningState As Nullable(Of EncryptionProvisioningState) = Nothing, Optional firewallRules As IList(Of FirewallRule) = Nothing, Optional virtualNetworkRules As IList(Of VirtualNetworkRule) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional trustedIdProviders As IList(Of TrustedIdProvider) = Nothing, Optional trustedIdProviderState As Nullable(Of TrustedIdProviderState) = Nothing, Optional newTier As Nullable(Of TierType) = Nothing, Optional currentTier As Nullable(Of TierType) = Nothing)
Parameters
- id
- String
The resource identifier.
- name
- String
The resource name.
- type
- String
The resource type.
- location
- String
The resource location.
- tags
- IDictionary<String,String>
The resource tags.
- identity
- EncryptionIdentity
The Key Vault encryption identity, if any.
- provisioningState
- Nullable<DataLakeStoreAccountStatus>
The provisioning status of the Data Lake Store account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'
The state of the Data Lake Store account. Possible values include: 'Active', 'Suspended'
- endpoint
- String
The full CName endpoint for this account.
- 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'
- encryptionProvisioningState
- Nullable<EncryptionProvisioningState>
The current state of encryption provisioning for this Data Lake Store account. Possible values include: 'Creating', 'Succeeded'
- firewallRules
- IList<FirewallRule>
The list of firewall rules associated with this Data Lake Store account.
- virtualNetworkRules
- IList<VirtualNetworkRule>
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<TrustedIdProvider>
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'
The commitment tier to use for next month. Possible values include: 'Consumption', 'Commitment_1TB', 'Commitment_10TB', 'Commitment_100TB', 'Commitment_500TB', 'Commitment_1PB', 'Commitment_5PB'
The commitment tier in use for the current month. Possible values include: 'Consumption', 'Commitment_1TB', 'Commitment_10TB', 'Commitment_100TB', 'Commitment_500TB', 'Commitment_1PB', 'Commitment_5PB'