public interface SqlWarehouse extends SqlDatabase
SqlDatabase.Definition, SqlDatabase.DefinitionStages, SqlDatabase.Update, SqlDatabase.UpdateStagescom.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| 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, delete, earliestRestoreDate, edition, elasticPoolName, getTransparentDataEncryption, getUpgradeHint, isDataWarehouse, listReplicationLinks, listRestorePoints, listServiceTierAdvisors, listUsages, maxSizeBytes, requestedServiceObjectiveId, requestedServiceObjectiveName, serviceLevelObjective, sqlServerName, statusregion, regionName, tags, typekeyidnameinnerresourceGroupNamemanagervoid 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.
*/