Class AddStorageAccountProperties

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.fluent.models.AddStorageAccountProperties

public final class AddStorageAccountProperties extends Object
The Azure Storage account properties to use when adding a new Azure Storage account.
  • Constructor Details

    • AddStorageAccountProperties

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

    • 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 AddStorageAccountProperties 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 AddStorageAccountProperties object itself.
    • suffix

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

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

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