Class DataLakeAnalyticsAccountBasicInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.datalakeanalytics.fluent.models.DataLakeAnalyticsAccountBasicInner

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

    • DataLakeAnalyticsAccountBasicInner

      public DataLakeAnalyticsAccountBasicInner()
      Creates an instance of DataLakeAnalyticsAccountBasicInner class.
  • Method Details

    • withLocation

      public DataLakeAnalyticsAccountBasicInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      Overrides:
      withTags in class com.azure.core.management.Resource
    • accountId

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

      public DataLakeAnalyticsAccountStatus provisioningState()
      Get the provisioningState property: The provisioning status of the Data Lake Analytics account.
      Returns:
      the provisioningState value.
    • state

      Get the state property: The state of the Data Lake Analytics account.
      Returns:
      the state value.
    • creationTime

      public OffsetDateTime creationTime()
      Get the creationTime property: The account creation time.
      Returns:
      the creationTime value.
    • lastModifiedTime

      public OffsetDateTime lastModifiedTime()
      Get the lastModifiedTime property: The account last modified time.
      Returns:
      the lastModifiedTime value.
    • endpoint

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

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.