Interface DataLakeAnalyticsAccountBasic


public interface DataLakeAnalyticsAccountBasic
An immutable client-side representation of DataLakeAnalyticsAccountBasic.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • accountId

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

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

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

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

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

      String endpoint()
      Gets the endpoint property: The full CName endpoint for this account.
      Returns:
      the endpoint value.
    • innerModel

      Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.DataLakeAnalyticsAccountBasicInner object.
      Returns:
      the inner object.