Aracılığıyla paylaş


UpdateDataLakeAnalyticsAccountParameters Constructors

Definition

Overloads

UpdateDataLakeAnalyticsAccountParameters()

Initializes a new instance of the UpdateDataLakeAnalyticsAccountParameters class.

UpdateDataLakeAnalyticsAccountParameters(IDictionary<String,String>, IList<UpdateDataLakeStoreWithAccountParameters>, IList<UpdateStorageAccountWithAccountParameters>, IList<UpdateComputePolicyWithAccountParameters>, IList<UpdateFirewallRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, Nullable<TierType>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the UpdateDataLakeAnalyticsAccountParameters class.

UpdateDataLakeAnalyticsAccountParameters()

Initializes a new instance of the UpdateDataLakeAnalyticsAccountParameters class.

public UpdateDataLakeAnalyticsAccountParameters ();
Public Sub New ()

Applies to

UpdateDataLakeAnalyticsAccountParameters(IDictionary<String,String>, IList<UpdateDataLakeStoreWithAccountParameters>, IList<UpdateStorageAccountWithAccountParameters>, IList<UpdateComputePolicyWithAccountParameters>, IList<UpdateFirewallRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, Nullable<TierType>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the UpdateDataLakeAnalyticsAccountParameters class.

public UpdateDataLakeAnalyticsAccountParameters (System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeStoreWithAccountParameters> dataLakeStoreAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountWithAccountParameters> storageAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateComputePolicyWithAccountParameters> computePolicies = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleWithAccountParameters> 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.UpdateDataLakeAnalyticsAccountParameters : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeStoreWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateComputePolicyWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleWithAccountParameters> * 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.UpdateDataLakeAnalyticsAccountParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional dataLakeStoreAccounts As IList(Of UpdateDataLakeStoreWithAccountParameters) = Nothing, Optional storageAccounts As IList(Of UpdateStorageAccountWithAccountParameters) = Nothing, Optional computePolicies As IList(Of UpdateComputePolicyWithAccountParameters) = Nothing, Optional firewallRules As IList(Of UpdateFirewallRuleWithAccountParameters) = 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

tags
IDictionary<String,String>

The resource tags.

dataLakeStoreAccounts
IList<UpdateDataLakeStoreWithAccountParameters>

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

storageAccounts
IList<UpdateStorageAccountWithAccountParameters>

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

computePolicies
IList<UpdateComputePolicyWithAccountParameters>

The list of compute policies associated with this account.

firewallRules
IList<UpdateFirewallRuleWithAccountParameters>

The list of firewall rules associated with this account.

firewallState
Nullable<FirewallState>

The current state of the IP address firewall for this account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled. 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 to use for 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