Class DataLakeAnalyticsAccount
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.Resource
com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsAccount
public class DataLakeAnalyticsAccount
extends com.microsoft.azure.Resource
A Data Lake Analytics account object, containing all information associated
with the named Data Lake Analytics account.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the unique identifier associated with this Data Lake Analytics account.Get the list of compute policies associated with this account.org.joda.time.DateTime
Get the account creation time.Get the commitment tier in use for the current month.Get the list of Data Lake Store accounts associated with this account.Get the default Data Lake Store account associated with this account.endpoint()
Get the full CName endpoint for this account.Get the current state of allowing or disallowing IPs originating within Azure through the firewall.Get the list of firewall rules associated with this account.Get the current state of the IP address firewall for this account.org.joda.time.DateTime
Get the account last modified time.Get the maximum supported degree of parallelism for this account.Get the maximum supported degree of parallelism per job for this account.Get the maximum supported jobs running under the account at the same time.Get the minimum supported priority per job for this account.newTier()
Get the commitment tier for the next month.Get the provisioning status of the Data Lake Analytics account.Get the number of days that job metadata is retained.state()
Get the state of the Data Lake Analytics account.Get the list of Azure Blob Storage accounts associated with this account.Get 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.Get 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.Methods inherited from class com.microsoft.azure.Resource
getTags, location, withLocation, withTags
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
DataLakeAnalyticsAccount
public DataLakeAnalyticsAccount()
-
-
Method Details
-
accountId
Get the unique identifier associated with this Data Lake Analytics account.- Returns:
- the accountId value
-
provisioningState
Get the provisioning status of the Data Lake Analytics account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'.- Returns:
- the provisioningState value
-
state
Get the state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'.- Returns:
- the state value
-
creationTime
public org.joda.time.DateTime creationTime()Get the account creation time.- Returns:
- the creationTime value
-
lastModifiedTime
public org.joda.time.DateTime lastModifiedTime()Get the account last modified time.- Returns:
- the lastModifiedTime value
-
endpoint
Get the full CName endpoint for this account.- Returns:
- the endpoint value
-
defaultDataLakeStoreAccount
Get the default Data Lake Store account associated with this account.- Returns:
- the defaultDataLakeStoreAccount value
-
dataLakeStoreAccounts
Get the list of Data Lake Store accounts associated with this account.- Returns:
- the dataLakeStoreAccounts value
-
storageAccounts
Get the list of Azure Blob Storage accounts associated with this account.- Returns:
- the storageAccounts value
-
computePolicies
Get the list of compute policies associated with this account.- Returns:
- the computePolicies value
-
firewallRules
Get the list of firewall rules associated with this account.- Returns:
- the firewallRules value
-
firewallState
Get the current state of the IP address firewall for this account. Possible values include: 'Enabled', 'Disabled'.- Returns:
- the firewallState value
-
firewallAllowAzureIps
Get 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'.- Returns:
- the firewallAllowAzureIps value
-
newTier
Get 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'.- Returns:
- the newTier value
-
currentTier
Get 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'.- Returns:
- the currentTier value
-
maxJobCount
Get the maximum supported jobs running under the account at the same time.- Returns:
- the maxJobCount value
-
systemMaxJobCount
Get 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.- Returns:
- the systemMaxJobCount value
-
maxDegreeOfParallelism
Get the maximum supported degree of parallelism for this account.- Returns:
- the maxDegreeOfParallelism value
-
systemMaxDegreeOfParallelism
Get 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.- Returns:
- the systemMaxDegreeOfParallelism value
-
maxDegreeOfParallelismPerJob
Get the maximum supported degree of parallelism per job for this account.- Returns:
- the maxDegreeOfParallelismPerJob value
-
minPriorityPerJob
Get the minimum supported priority per job for this account.- Returns:
- the minPriorityPerJob value
-
queryStoreRetention
Get the number of days that job metadata is retained.- Returns:
- the queryStoreRetention value
-