Share via


DataLakeAnalyticsAccount Constructors

Definition

Overloads

DataLakeAnalyticsAccount()

Initializes a new instance of the DataLakeAnalyticsAccount class.

public DataLakeAnalyticsAccount();
Public Sub New ()

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
System.String

The resource identifer.

name
System.String

The resource name.

type
System.String

The resource type.

location
System.String

The resource location.

tags
System.Collections.Generic.IDictionary<System.String,System.String>

The resource tags.

accountId
System.Nullable<System.Guid>

The unique identifier associated with this Data Lake Analytics account.

provisioningState
System.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'

state
System.Nullable<DataLakeAnalyticsAccountState>

The state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'

creationTime
System.Nullable<System.DateTime>

The account creation time.

lastModifiedTime
System.Nullable<System.DateTime>

The account last modified time.

endpoint
System.String

The full CName endpoint for this account.

defaultDataLakeStoreAccount
System.String

The default Data Lake Store account associated with this account.

dataLakeStoreAccounts
System.Collections.Generic.IList<DataLakeStoreAccountInformation>

The list of Data Lake Store accounts associated with this account.

storageAccounts
System.Collections.Generic.IList<StorageAccountInformation>

The list of Azure Blob Storage accounts associated with this account.

computePolicies
System.Collections.Generic.IList<ComputePolicy>

The list of compute policies associated with this account.

firewallRules
System.Collections.Generic.IList<FirewallRule>

The list of firewall rules associated with this account.

firewallState
System.Nullable<FirewallState>

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

firewallAllowAzureIps
System.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'

newTier
System.Nullable<TierType>

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'

currentTier
System.Nullable<TierType>

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'

maxJobCount
System.Nullable<System.Int32>

The maximum supported jobs running under the account at the same time.

systemMaxJobCount
System.Nullable<System.Int32>

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.

maxDegreeOfParallelism
System.Nullable<System.Int32>

The maximum supported degree of parallelism for this account.

systemMaxDegreeOfParallelism
System.Nullable<System.Int32>

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.

maxDegreeOfParallelismPerJob
System.Nullable<System.Int32>

The maximum supported degree of parallelism per job for this account.

minPriorityPerJob
System.Nullable<System.Int32>

The minimum supported priority per job for this account.

queryStoreRetention
System.Nullable<System.Int32>

The number of days that job metadata is retained.

Applies to