Class DataLakeAnalyticsAccountBasic

java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.Resource
com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsAccountBasic

public class DataLakeAnalyticsAccountBasic extends com.microsoft.azure.Resource
A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.
  • Constructor Details

    • DataLakeAnalyticsAccountBasic

      public DataLakeAnalyticsAccountBasic()
  • 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