Class UpdateDataLakeStoreWithAccountParameters

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.UpdateDataLakeStoreWithAccountParameters

public class UpdateDataLakeStoreWithAccountParameters extends Object
The parameters used to update a Data Lake Store account while updating a Data Lake Analytics account.
  • Constructor Details

    • UpdateDataLakeStoreWithAccountParameters

      public UpdateDataLakeStoreWithAccountParameters()
  • Method Details

    • name

      public String name()
      Get the unique name of the Data Lake Store account to update.
      Returns:
      the name value
    • withName

      Set the unique name of the Data Lake Store account to update.
      Parameters:
      name - the name value to set
      Returns:
      the UpdateDataLakeStoreWithAccountParameters object itself.
    • suffix

      public String suffix()
      Get the optional suffix for the Data Lake Store account.
      Returns:
      the suffix value
    • withSuffix

      Set the optional suffix for the Data Lake Store account.
      Parameters:
      suffix - the suffix value to set
      Returns:
      the UpdateDataLakeStoreWithAccountParameters object itself.