Share via


DataLakeAnalyticsAccountUpdateParameters Class

Definition

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

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

Constructors

DataLakeAnalyticsAccountUpdateParameters()

Initializes a new instance of the DataLakeAnalyticsAccountUpdateParameters class.

DataLakeAnalyticsAccountUpdateParameters(IDictionary<String,String>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<TierType>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<FirewallRule>, Nullable<Int32>, Nullable<Int32>, IList<ComputePolicy>)

Initializes a new instance of the DataLakeAnalyticsAccountUpdateParameters class.

Properties

ComputePolicies

Gets or sets the list of existing compute policies to update in 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 Data Lake Analytics account.

FirewallState

Gets or sets the current state of the IP address firewall for this Data Lake Analytics account. 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.

Tags

Gets or sets resource tags

Methods

Validate()

Validate the object.

Applies to