Interface SqlPool.DefinitionStages.WithStorageAccountType

All Known Subinterfaces:
SqlPool.Definition, SqlPool.DefinitionStages.WithCreate
Enclosing interface:
SqlPool.DefinitionStages

public static interface SqlPool.DefinitionStages.WithStorageAccountType
The stage of the SqlPool definition allowing to specify storageAccountType.
  • Method Details

    • withStorageAccountType

      SqlPool.DefinitionStages.WithCreate 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.