CreateDataLakeAnalyticsAccountParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters to use for creating a Data Lake Analytics account.
[Microsoft.Rest.Serialization.JsonTransformation]
public class CreateDataLakeAnalyticsAccountParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CreateDataLakeAnalyticsAccountParameters = class
Public Class CreateDataLakeAnalyticsAccountParameters
- Inheritance
-
CreateDataLakeAnalyticsAccountParameters
- Attributes
Constructors
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. |
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. |
DefaultDataLakeStoreAccount |
Gets or sets the default Data Lake Store account 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. Possible values include: 'Enabled', 'Disabled' |
Location |
Gets or sets the resource location. |
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 for the 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
Azure SDK for .NET