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 Details

    • DataLakeAnalyticsAccount

      public DataLakeAnalyticsAccount()
  • Method Details

    • accountId

      public UUID accountId()
      Get the unique identifier associated with this Data Lake Analytics account.
      Returns:
      the accountId value
    • provisioningState

      public DataLakeAnalyticsAccountStatus 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

      public String endpoint()
      Get the full CName endpoint for this account.
      Returns:
      the endpoint value
    • defaultDataLakeStoreAccount

      public String defaultDataLakeStoreAccount()
      Get the default Data Lake Store account associated with this account.
      Returns:
      the defaultDataLakeStoreAccount value
    • dataLakeStoreAccounts

      public List<DataLakeStoreAccountInformation> dataLakeStoreAccounts()
      Get the list of Data Lake Store accounts associated with this account.
      Returns:
      the dataLakeStoreAccounts value
    • storageAccounts

      public List<StorageAccountInformation> storageAccounts()
      Get the list of Azure Blob Storage accounts associated with this account.
      Returns:
      the storageAccounts value
    • computePolicies

      public List<ComputePolicy> computePolicies()
      Get the list of compute policies associated with this account.
      Returns:
      the computePolicies value
    • firewallRules

      public List<FirewallRule> firewallRules()
      Get the list of firewall rules associated with this account.
      Returns:
      the firewallRules value
    • firewallState

      public FirewallState firewallState()
      Get the current state of the IP address firewall for this account. Possible values include: 'Enabled', 'Disabled'.
      Returns:
      the firewallState value
    • firewallAllowAzureIps

      public FirewallAllowAzureIpsState 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

      public TierType 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

      public TierType 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

      public Integer maxJobCount()
      Get the maximum supported jobs running under the account at the same time.
      Returns:
      the maxJobCount value
    • systemMaxJobCount

      public 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.
      Returns:
      the systemMaxJobCount value
    • maxDegreeOfParallelism

      public Integer maxDegreeOfParallelism()
      Get the maximum supported degree of parallelism for this account.
      Returns:
      the maxDegreeOfParallelism value
    • systemMaxDegreeOfParallelism

      public 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.
      Returns:
      the systemMaxDegreeOfParallelism value
    • maxDegreeOfParallelismPerJob

      public Integer maxDegreeOfParallelismPerJob()
      Get the maximum supported degree of parallelism per job for this account.
      Returns:
      the maxDegreeOfParallelismPerJob value
    • minPriorityPerJob

      public Integer minPriorityPerJob()
      Get the minimum supported priority per job for this account.
      Returns:
      the minPriorityPerJob value
    • queryStoreRetention

      public Integer queryStoreRetention()
      Get the number of days that job metadata is retained.
      Returns:
      the queryStoreRetention value