Class UpdateStorageAccountProperties

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

public final class UpdateStorageAccountProperties extends Object
The Azure Storage account properties to use when updating an Azure Storage account.
  • Constructor Details

    • UpdateStorageAccountProperties

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

    • accessKey

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

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

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

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

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