DataLakeAnalyticsAccount 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.
A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DataLakeAnalyticsAccount : Microsoft.Azure.Management.DataLake.Analytics.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DataLakeAnalyticsAccount = class
inherit Resource
Public Class DataLakeAnalyticsAccount
Inherits Resource
- Inheritance
- Attributes
Constructors
Properties
AccountId |
Gets the unique identifier associated with this Data Lake Analytics account. |
ComputePolicies |
Gets the list of compute policies associated with this account. |
CreationTime |
Gets the account creation time. |
CurrentTier |
Gets the commitment tier in use for the current month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours' |
DataLakeStoreAccounts |
Gets the list of Data Lake Store accounts associated with this account. |
DefaultDataLakeStoreAccount |
Gets the default Data Lake Store account associated with this account. |
Endpoint |
Gets the full CName endpoint for this account. |
FirewallAllowAzureIps |
Gets 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 the list of firewall rules associated with this account. |
FirewallState |
Gets the current state of the IP address firewall for this account. Possible values include: 'Enabled', 'Disabled' |
Id |
Gets the resource identifer. (Inherited from Resource) |
LastModifiedTime |
Gets the account last modified time. |
Location |
Gets the resource location. (Inherited from Resource) |
MaxDegreeOfParallelism |
Gets the maximum supported degree of parallelism for this account. |
MaxDegreeOfParallelismPerJob |
Gets the maximum supported degree of parallelism per job for this account. |
MaxJobCount |
Gets the maximum supported jobs running under the account at the same time. |
MinPriorityPerJob |
Gets the minimum supported priority per job for this account. |
Name |
Gets the resource name. (Inherited from Resource) |
NewTier |
Gets 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' |
ProvisioningState |
Gets the provisioning status of the Data Lake Analytics account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled' |
QueryStoreRetention |
Gets the number of days that job metadata is retained. |
State |
Gets the state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended' |
StorageAccounts |
Gets the list of Azure Blob Storage accounts associated with this account. |
SystemMaxDegreeOfParallelism |
Gets the system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account. |
SystemMaxJobCount |
Gets the system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account. |
Tags |
Gets the resource tags. (Inherited from Resource) |
Type |
Gets the resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET