DataLakeAnalyticsAccount 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
DataLakeAnalyticsAccount()
Initializes a new instance of the DataLakeAnalyticsAccount class.
public DataLakeAnalyticsAccount ();
Public Sub New ()
Applies to
DataLakeAnalyticsAccount(String, String, IList<DataLakeStoreAccountInfo>, String, String, String, IDictionary<String,String>, Nullable<DataLakeAnalyticsAccountStatus>, Nullable<DataLakeAnalyticsAccountState>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<StorageAccountInfo>, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TierType>, Nullable<TierType>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<FirewallRule>, Nullable<Int32>, Nullable<Int32>, IList<ComputePolicyAccountCreateParameters>)
Initializes a new instance of the DataLakeAnalyticsAccount class.
public DataLakeAnalyticsAccount (string location, string defaultDataLakeStoreAccount, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo> dataLakeStoreAccounts, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountStatus? provisioningState = default, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountState? state = default, int? maxDegreeOfParallelism = default, int? queryStoreRetention = default, int? maxJobCount = default, int? systemMaxDegreeOfParallelism = default, int? systemMaxJobCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo> storageAccounts = default, DateTime? creationTime = default, DateTime? lastModifiedTime = default, string endpoint = default, Microsoft.Azure.Management.DataLake.Analytics.Models.TierType? newTier = default, Microsoft.Azure.Management.DataLake.Analytics.Models.TierType? currentTier = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule> firewallRules = default, int? maxDegreeOfParallelismPerJob = default, int? minPriorityPerJob = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyAccountCreateParameters> computePolicies = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo> * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountStatus> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountState> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo> * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyAccountCreateParameters> -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount
Public Sub New (location As String, defaultDataLakeStoreAccount As String, dataLakeStoreAccounts As IList(Of DataLakeStoreAccountInfo), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As Nullable(Of DataLakeAnalyticsAccountStatus) = Nothing, Optional state As Nullable(Of DataLakeAnalyticsAccountState) = Nothing, Optional maxDegreeOfParallelism As Nullable(Of Integer) = Nothing, Optional queryStoreRetention As Nullable(Of Integer) = Nothing, Optional maxJobCount As Nullable(Of Integer) = Nothing, Optional systemMaxDegreeOfParallelism As Nullable(Of Integer) = Nothing, Optional systemMaxJobCount As Nullable(Of Integer) = Nothing, Optional storageAccounts As IList(Of StorageAccountInfo) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedTime As Nullable(Of DateTime) = Nothing, Optional endpoint As String = Nothing, Optional newTier As Nullable(Of TierType) = Nothing, Optional currentTier As Nullable(Of TierType) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional firewallRules As IList(Of FirewallRule) = Nothing, Optional maxDegreeOfParallelismPerJob As Nullable(Of Integer) = Nothing, Optional minPriorityPerJob As Nullable(Of Integer) = Nothing, Optional computePolicies As IList(Of ComputePolicyAccountCreateParameters) = Nothing)
Parameters
- location
- String
Resource location
- defaultDataLakeStoreAccount
- String
the default data lake storage account associated with this Data Lake Analytics account.
- dataLakeStoreAccounts
- IList<DataLakeStoreAccountInfo>
the list of Data Lake storage accounts associated with this account.
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- tags
- IDictionary<String,String>
Resource tags
- provisioningState
- Nullable<DataLakeAnalyticsAccountStatus>
the provisioning status of the Data Lake Analytics account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'
the state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'
the maximum supported degree of parallelism for this account.
the system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account..
the system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
- storageAccounts
- IList<StorageAccountInfo>
the list of Azure Blob storage accounts associated with this account.
- endpoint
- String
the full CName endpoint for this account.
the commitment tier for the next month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'
the commitment tier in use for the current month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'
- firewallState
- Nullable<FirewallState>
The current state of the IP address firewall for this Data Lake Analytics 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'
- firewallRules
- IList<FirewallRule>
The list of firewall rules associated with this Data Lake Analytics account.
the maximum supported degree of parallelism per job for this account.
- computePolicies
- IList<ComputePolicyAccountCreateParameters>
the list of compute policies to create in this account.
Applies to
DataLakeAnalyticsAccount(String, String, String, String, IDictionary<String, String>, Nullable<Guid>, Nullable<DataLakeAnalyticsAccountStatus>, Nullable<DataLakeAnalyticsAccountState>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<DataLakeStoreAccountInformation>, IList<StorageAccountInformation>, IList<ComputePolicy>, IList<FirewallRule>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, Nullable<TierType>, Nullable<TierType>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the DataLakeAnalyticsAccount class.
public DataLakeAnalyticsAccount (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Guid? accountId = default, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountStatus? provisioningState = default, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountState? state = default, DateTime? creationTime = default, DateTime? lastModifiedTime = default, string endpoint = default, string defaultDataLakeStoreAccount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation> dataLakeStoreAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation> storageAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy> computePolicies = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule> firewallRules = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default, Microsoft.Azure.Management.DataLake.Analytics.Models.TierType? newTier = default, Microsoft.Azure.Management.DataLake.Analytics.Models.TierType? currentTier = default, int? maxJobCount = default, int? systemMaxJobCount = default, int? maxDegreeOfParallelism = default, int? systemMaxDegreeOfParallelism = default, int? maxDegreeOfParallelismPerJob = default, int? minPriorityPerJob = default, int? queryStoreRetention = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<Guid> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountStatus> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountState> * Nullable<DateTime> * Nullable<DateTime> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInformation> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInformation> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.TierType> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount
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 accountId As Nullable(Of Guid) = Nothing, Optional provisioningState As Nullable(Of DataLakeAnalyticsAccountStatus) = Nothing, Optional state As Nullable(Of DataLakeAnalyticsAccountState) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedTime As Nullable(Of DateTime) = Nothing, Optional endpoint As String = Nothing, Optional defaultDataLakeStoreAccount As String = Nothing, Optional dataLakeStoreAccounts As IList(Of DataLakeStoreAccountInformation) = Nothing, Optional storageAccounts As IList(Of StorageAccountInformation) = Nothing, Optional computePolicies As IList(Of ComputePolicy) = Nothing, Optional firewallRules As IList(Of FirewallRule) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional newTier As Nullable(Of TierType) = Nothing, Optional currentTier As Nullable(Of TierType) = Nothing, Optional maxJobCount As Nullable(Of Integer) = Nothing, Optional systemMaxJobCount As Nullable(Of Integer) = Nothing, Optional maxDegreeOfParallelism As Nullable(Of Integer) = Nothing, Optional systemMaxDegreeOfParallelism As Nullable(Of Integer) = Nothing, Optional maxDegreeOfParallelismPerJob As Nullable(Of Integer) = Nothing, Optional minPriorityPerJob As Nullable(Of Integer) = Nothing, Optional queryStoreRetention As Nullable(Of Integer) = Nothing)
Parameters
- id
- String
The resource identifer.
- name
- String
The resource name.
- type
- String
The resource type.
- location
- String
The resource location.
- tags
- IDictionary<String,String>
The resource tags.
- provisioningState
- Nullable<DataLakeAnalyticsAccountStatus>
The provisioning status of the Data Lake Analytics account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'
The state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'
- endpoint
- String
The full CName endpoint for this account.
- defaultDataLakeStoreAccount
- String
The default Data Lake Store account associated with this account.
- dataLakeStoreAccounts
- IList<DataLakeStoreAccountInformation>
The list of Data Lake Store accounts associated with this account.
- storageAccounts
- IList<StorageAccountInformation>
The list of Azure Blob Storage accounts associated with this account.
- computePolicies
- IList<ComputePolicy>
The list of compute policies associated with this account.
- firewallRules
- IList<FirewallRule>
The list of firewall rules associated with this account.
- firewallState
- Nullable<FirewallState>
The current state of the IP address firewall for this 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'
The commitment tier for the next month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'
The commitment tier in use for the current month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
The maximum supported degree of parallelism for this account.
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.
The maximum supported degree of parallelism per job for this account.
Applies to
Azure SDK for .NET