Interface SqlPool.UpdateStages.WithStorageAccountType

All Known Subinterfaces:
SqlPool.Update
Enclosing interface:
SqlPool.UpdateStages

public static interface SqlPool.UpdateStages.WithStorageAccountType
The stage of the SqlPool update allowing to specify storageAccountType.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the storageAccountType property: The storage account type used to store backups for this sql pool..
  • Method Details

    • withStorageAccountType

      SqlPool.Update withStorageAccountType(StorageAccountType storageAccountType)
      Specifies the storageAccountType property: The storage account type used to store backups for this sql pool..
      Parameters:
      storageAccountType - The storage account type used to store backups for this sql pool.
      Returns:
      the next definition stage.