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>
An immutable client-side representation of an Azure SQL Warehouse.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.microsoft.azure.management.sql.SqlDatabase
SqlDatabase.DefinitionStages, SqlDatabase.SqlDatabaseDefinition<ParentT>, SqlDatabase.Update, SqlDatabase.UpdateStages
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Pause an Azure SQL Data Warehouse database.rx.Completable
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
Resume an Azure SQL Data Warehouse database.rx.Completable
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.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
Methods inherited from interface com.microsoft.azure.management.sql.SqlDatabase
asWarehouse, collation, creationDate, currentServiceObjectiveId, databaseId, defaultSecondaryLocation, defineThreatDetectionPolicy, delete, deleteAsync, earliestRestoreDate, edition, elasticPoolName, exportTo, exportTo, exportTo, getDatabaseAutomaticTuning, getThreatDetectionPolicy, getTransparentDataEncryption, getTransparentDataEncryptionAsync, 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, syncGroups
-
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
-