Interface SqlWarehouse

All Superinterfaces:
ChildResource<SqlServer>, ExternalChildResource<SqlDatabase,SqlServer>, HasInner<com.microsoft.azure.management.sql.implementation.DatabaseInner>, HasName, HasParent<SqlServer>, HasResourceGroup, Indexable, Refreshable<SqlDatabase>, SqlDatabase, Updatable<SqlDatabase.Update>

public interface SqlWarehouse extends SqlDatabase
An immutable client-side representation of an Azure SQL Warehouse.
  • Method Details

    • pauseDataWarehouse

      void pauseDataWarehouse()
      Pause an Azure SQL Data Warehouse database.
    • pauseDataWarehouseAsync

      rx.Completable pauseDataWarehouseAsync()
      Pause an Azure SQL Data Warehouse database asynchronously.
      Returns:
      a representation of the deferred computation of this call
    • pauseDataWarehouseAsync

      com.microsoft.rest.ServiceFuture<Void> pauseDataWarehouseAsync(com.microsoft.rest.ServiceCallback<Void> callback)
      Pause an Azure SQL Data Warehouse database asynchronously.
      Parameters:
      callback - the callback to call on success or failure
      Returns:
      a handle to cancel the request
    • resumeDataWarehouse

      void resumeDataWarehouse()
      Resume an Azure SQL Data Warehouse database.
    • resumeDataWarehouseAsync

      rx.Completable resumeDataWarehouseAsync()
      Resume an Azure SQL Data Warehouse database asynchronously.
      Returns:
      a representation of the deferred computation of this call
    • resumeDataWarehouseAsync

      com.microsoft.rest.ServiceFuture<Void> resumeDataWarehouseAsync(com.microsoft.rest.ServiceCallback<Void> callback)
      Resume an Azure SQL Data Warehouse database asynchronously.
      Parameters:
      callback - the callback to call on success or failure
      Returns:
      a handle to cancel the request