Aracılığıyla paylaş


CreateDataLakeAnalyticsAccountParameters Constructors

Definition

Overloads

CreateDataLakeAnalyticsAccountParameters()

Initializes a new instance of the CreateDataLakeAnalyticsAccountParameters class.

CreateDataLakeAnalyticsAccountParameters(String, String, IList<AddDataLakeStoreWithAccountParameters>, IDictionary<String,String>, IList<AddStorageAccountWithAccountParameters>, IList<CreateComputePolicyWithAccountParameters>, IList<CreateFirewallRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, Nullable<TierType>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the CreateDataLakeAnalyticsAccountParameters class.

CreateDataLakeAnalyticsAccountParameters()

Initializes a new instance of the CreateDataLakeAnalyticsAccountParameters class.

public CreateDataLakeAnalyticsAccountParameters ();
Public Sub New ()

Applies to

CreateDataLakeAnalyticsAccountParameters(String, String, IList<AddDataLakeStoreWithAccountParameters>, IDictionary<String,String>, IList<AddStorageAccountWithAccountParameters>, IList<CreateComputePolicyWithAccountParameters>, IList<CreateFirewallRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, Nullable<TierType>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the CreateDataLakeAnalyticsAccountParameters class.

public CreateDataLakeAnalyticsAccountParameters (string location, string defaultDataLakeStoreAccount, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreWithAccountParameters> dataLakeStoreAccounts, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountWithAccountParameters> storageAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.CreateComputePolicyWithAccountParameters> computePolicies = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.CreateFirewallRuleWithAccountParameters> 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, int? maxJobCount = default, int? maxDegreeOfParallelism = default, int? maxDegreeOfParallelismPerJob = default, int? minPriorityPerJob = default, int? queryStoreRetention = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.CreateDataLakeAnalyticsAccountParameters : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreWithAccountParameters> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.CreateComputePolicyWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.CreateFirewallRuleWithAccountParameters> * 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<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.DataLake.Analytics.Models.CreateDataLakeAnalyticsAccountParameters
Public Sub New (location As String, defaultDataLakeStoreAccount As String, dataLakeStoreAccounts As IList(Of AddDataLakeStoreWithAccountParameters), Optional tags As IDictionary(Of String, String) = Nothing, Optional storageAccounts As IList(Of AddStorageAccountWithAccountParameters) = Nothing, Optional computePolicies As IList(Of CreateComputePolicyWithAccountParameters) = Nothing, Optional firewallRules As IList(Of CreateFirewallRuleWithAccountParameters) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional newTier As Nullable(Of TierType) = Nothing, Optional maxJobCount As Nullable(Of Integer) = Nothing, Optional maxDegreeOfParallelism 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

location
String

The resource location.

defaultDataLakeStoreAccount
String

The default Data Lake Store account associated with this account.

dataLakeStoreAccounts
IList<AddDataLakeStoreWithAccountParameters>

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

tags
IDictionary<String,String>

The resource tags.

storageAccounts
IList<AddStorageAccountWithAccountParameters>

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

computePolicies
IList<CreateComputePolicyWithAccountParameters>

The list of compute policies associated with this account.

firewallRules
IList<CreateFirewallRuleWithAccountParameters>

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'

newTier
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'

maxJobCount
Nullable<Int32>

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

maxDegreeOfParallelism
Nullable<Int32>

The maximum supported degree of parallelism for this account.

maxDegreeOfParallelismPerJob
Nullable<Int32>

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

minPriorityPerJob
Nullable<Int32>

The minimum supported priority per job for this account.

queryStoreRetention
Nullable<Int32>

The number of days that job metadata is retained.

Applies to