public class DataLakeAnalyticsAccount extends Resource
Constructor and Description |
---|
DataLakeAnalyticsAccount() |
Modifier and Type | Method and Description |
---|---|
UUID |
accountId()
Get the unique identifier associated with this Data Lake Analytics account.
|
List<ComputePolicy> |
computePolicies()
Get the list of compute policies associated with this account.
|
org.joda.time.DateTime |
creationTime()
Get the account creation time.
|
TierType |
currentTier()
Get the commitment tier in use for the current month.
|
List<DataLakeStoreAccountInformation> |
dataLakeStoreAccounts()
Get the list of Data Lake Store accounts associated with this account.
|
String |
defaultDataLakeStoreAccount()
Get the default Data Lake Store account associated with this account.
|
String |
endpoint()
Get the full CName endpoint for this account.
|
FirewallAllowAzureIpsState |
firewallAllowAzureIps()
Get the current state of allowing or disallowing IPs originating within Azure through the firewall.
|
List<FirewallRule> |
firewallRules()
Get the list of firewall rules associated with this account.
|
FirewallState |
firewallState()
Get the current state of the IP address firewall for this account.
|
org.joda.time.DateTime |
lastModifiedTime()
Get the account last modified time.
|
Integer |
maxDegreeOfParallelism()
Get the maximum supported degree of parallelism for this account.
|
Integer |
maxDegreeOfParallelismPerJob()
Get the maximum supported degree of parallelism per job for this account.
|
Integer |
maxJobCount()
Get the maximum supported jobs running under the account at the same time.
|
Integer |
minPriorityPerJob()
Get the minimum supported priority per job for this account.
|
TierType |
newTier()
Get the commitment tier for the next month.
|
DataLakeAnalyticsAccountStatus |
provisioningState()
Get the provisioning status of the Data Lake Analytics account.
|
Integer |
queryStoreRetention()
Get the number of days that job metadata is retained.
|
DataLakeAnalyticsAccountState |
state()
Get the state of the Data Lake Analytics account.
|
List<StorageAccountInformation> |
storageAccounts()
Get the list of Azure Blob Storage accounts associated with this account.
|
Integer |
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.
|
Integer |
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.
|
public UUID accountId()
public DataLakeAnalyticsAccountStatus provisioningState()
public DataLakeAnalyticsAccountState state()
public org.joda.time.DateTime creationTime()
public org.joda.time.DateTime lastModifiedTime()
public String endpoint()
public String defaultDataLakeStoreAccount()
public List<DataLakeStoreAccountInformation> dataLakeStoreAccounts()
public List<StorageAccountInformation> storageAccounts()
public List<ComputePolicy> computePolicies()
public List<FirewallRule> firewallRules()
public FirewallState firewallState()
public FirewallAllowAzureIpsState firewallAllowAzureIps()
public TierType newTier()
public TierType currentTier()
public Integer maxJobCount()
public Integer systemMaxJobCount()
public Integer maxDegreeOfParallelism()
public Integer systemMaxDegreeOfParallelism()
public Integer maxDegreeOfParallelismPerJob()
public Integer minPriorityPerJob()
public Integer queryStoreRetention()
Copyright © 2019. All rights reserved.