Class UpdateStorageAccountWithAccountParameters

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

public class UpdateStorageAccountWithAccountParameters extends Object
The parameters used to update an Azure Storage account while updating a Data Lake Analytics account.
  • Constructor Details

    • UpdateStorageAccountWithAccountParameters

      public UpdateStorageAccountWithAccountParameters()
  • Method Details

    • name

      public String name()
      Get the unique name of the Azure Storage account to update.
      Returns:
      the name value
    • withName

      Set the unique name of the Azure Storage account to update.
      Parameters:
      name - the name value to set
      Returns:
      the UpdateStorageAccountWithAccountParameters object itself.
    • accessKey

      public String accessKey()
      Get the updated access key associated with this Azure Storage account that will be used to connect to it.
      Returns:
      the accessKey value
    • withAccessKey

      public UpdateStorageAccountWithAccountParameters withAccessKey(String accessKey)
      Set the updated access key associated with this Azure Storage account that will be used to connect to it.
      Parameters:
      accessKey - the accessKey value to set
      Returns:
      the UpdateStorageAccountWithAccountParameters object itself.
    • suffix

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

      Set the optional suffix for the storage account.
      Parameters:
      suffix - the suffix value to set
      Returns:
      the UpdateStorageAccountWithAccountParameters object itself.