Interface DataLakeStoreAccountInformation


public interface DataLakeStoreAccountInformation
An immutable client-side representation of DataLakeStoreAccountInformation.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.DataLakeStoreAccountInformationInner object.
    Gets the name property: The resource name.
    Gets the suffix property: The optional suffix for the Data Lake Store account.
    Gets the type property: The resource type.
  • 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 resource name.
      Returns:
      the name value.
    • type

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

      String suffix()
      Gets the suffix property: The optional suffix for the Data Lake Store account.
      Returns:
      the suffix value.
    • innerModel

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