UpdateDataLakeAnalyticsAccountParameters Class

Definition

The parameters that can be used to update an existing Data Lake Analytics account.

[Microsoft.Rest.Serialization.JsonTransformation]
public class UpdateDataLakeAnalyticsAccountParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type UpdateDataLakeAnalyticsAccountParameters = class
Public Class UpdateDataLakeAnalyticsAccountParameters
Inheritance
UpdateDataLakeAnalyticsAccountParameters
Attributes

Constructors

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.

Properties

ComputePolicies

Gets or sets the list of compute policies associated with this account.

DataLakeStoreAccounts

Gets or sets the list of Data Lake Store accounts associated with this account.

FirewallAllowAzureIps

Gets or sets 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

Gets or sets the list of firewall rules associated with this account.

FirewallState

Gets or sets 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'

MaxDegreeOfParallelism

Gets or sets the maximum supported degree of parallelism for this account.

MaxDegreeOfParallelismPerJob

Gets or sets the maximum supported degree of parallelism per job for this account.

MaxJobCount

Gets or sets the maximum supported jobs running under the account at the same time.

MinPriorityPerJob

Gets or sets the minimum supported priority per job for this account.

NewTier

Gets or sets 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'

QueryStoreRetention

Gets or sets the number of days that job metadata is retained.

StorageAccounts

Gets or sets the list of Azure Blob storage accounts associated with this account.

Tags

Gets or sets the resource tags.

Methods

Validate()

Validate the object.

Applies to