Class AddStorageAccountWithAccountParameters

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.models.AddStorageAccountWithAccountParameters

public final class AddStorageAccountWithAccountParameters extends Object
The parameters used to add a new Azure Storage account while creating a new Data Lake Analytics account.
  • Constructor Details

    • AddStorageAccountWithAccountParameters

      public AddStorageAccountWithAccountParameters()
      Creates an instance of AddStorageAccountWithAccountParameters class.
  • Method Details

    • name

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

      Set the name property: The unique name of the Azure Storage account to add.
      Parameters:
      name - the name value to set.
      Returns:
      the AddStorageAccountWithAccountParameters object itself.
    • accessKey

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

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

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

      public AddStorageAccountWithAccountParameters withSuffix(String suffix)
      Set the suffix property: The optional suffix for the storage account.
      Parameters:
      suffix - the suffix value to set.
      Returns:
      the AddStorageAccountWithAccountParameters object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.