Class AddStorageAccountParameters

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

public class AddStorageAccountParameters extends Object
The parameters used to add a new Azure Storage account.
  • Constructor Details

    • AddStorageAccountParameters

      public AddStorageAccountParameters()
  • Method Details

    • accessKey

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

      public AddStorageAccountParameters withAccessKey(String accessKey)
      Set the 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 AddStorageAccountParameters object itself.
    • suffix

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

      public AddStorageAccountParameters withSuffix(String suffix)
      Set the optional suffix for the storage account.
      Parameters:
      suffix - the suffix value to set
      Returns:
      the AddStorageAccountParameters object itself.