public interface SqlWarehouse extends SqlDatabase
SqlDatabase.DefinitionStages, SqlDatabase.SqlDatabaseDefinition<ParentT>, SqlDatabase.Update, SqlDatabase.UpdateStages| Modifier and Type | Method and Description |
|---|---|
void |
pauseDataWarehouse()
Pause an Azure SQL Data Warehouse database.
|
rx.Completable |
pauseDataWarehouseAsync()
Pause an Azure SQL Data Warehouse database asynchronously.
|
com.microsoft.rest.ServiceFuture<Void> |
pauseDataWarehouseAsync(com.microsoft.rest.ServiceCallback<Void> callback)
Pause an Azure SQL Data Warehouse database asynchronously.
|
void |
resumeDataWarehouse()
Resume an Azure SQL Data Warehouse database.
|
rx.Completable |
resumeDataWarehouseAsync()
Resume an Azure SQL Data Warehouse database asynchronously.
|
com.microsoft.rest.ServiceFuture<Void> |
resumeDataWarehouseAsync(com.microsoft.rest.ServiceCallback<Void> callback)
Resume an Azure SQL Data Warehouse database asynchronously.
|
asWarehouse, collation, creationDate, currentServiceObjectiveId, databaseId, defaultSecondaryLocation, defineThreatDetectionPolicy, delete, deleteAsync, earliestRestoreDate, edition, elasticPoolName, exportTo, exportTo, exportTo, getDatabaseAutomaticTuning, getThreatDetectionPolicy, getTransparentDataEncryption, getTransparentDataEncryptionAsync, getUpgradeHint, importBacpac, importBacpac, isDataWarehouse, listMetricDefinitions, listMetricDefinitionsAsync, listMetrics, listMetricsAsync, listReplicationLinks, listReplicationLinksAsync, listRestorePoints, listRestorePointsAsync, listServiceTierAdvisors, listServiceTierAdvisorsAsync, listUsageMetrics, listUsageMetricsAsync, listUsages, maxSizeBytes, parentId, region, regionName, rename, renameAsync, requestedServiceObjectiveId, requestedServiceObjectiveName, serviceLevelObjective, sqlServerName, status, syncGroupsidkeynameparentrefresh, refreshAsyncinnervoid pauseDataWarehouse()
rx.Completable pauseDataWarehouseAsync()
com.microsoft.rest.ServiceFuture<Void> pauseDataWarehouseAsync(com.microsoft.rest.ServiceCallback<Void> callback)
callback - the callback to call on success or failurevoid resumeDataWarehouse()
rx.Completable resumeDataWarehouseAsync()
com.microsoft.rest.ServiceFuture<Void> resumeDataWarehouseAsync(com.microsoft.rest.ServiceCallback<Void> callback)
callback - the callback to call on success or failure/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/