Interface SqlWarehouse
- All Superinterfaces:
ChildResource<SqlServer>,ExternalChildResource<SqlDatabase,,SqlServer> HasInnerModel<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.azure.resourcemanager.sql.models.SqlDatabase
SqlDatabase.DefinitionStages, SqlDatabase.SqlDatabaseDefinition<ParentT>, SqlDatabase.Update, SqlDatabase.UpdateStages -
Method Summary
Modifier and TypeMethodDescriptionvoidPause an Azure SQL Data Warehouse database.Pause an Azure SQL Data Warehouse database asynchronously.voidResume an Azure SQL Data Warehouse database.Resume an Azure SQL Data Warehouse database asynchronously.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource
idMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupNameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsyncMethods inherited from interface com.azure.resourcemanager.sql.models.SqlDatabase
asWarehouse, collation, creationDate, currentServiceObjectiveName, databaseId, defaultSecondaryLocation, defineThreatDetectionPolicy, defineThreatDetectionPolicy, delete, deleteAsync, earliestRestoreDate, edition, elasticPoolId, elasticPoolName, exportTo, exportTo, exportTo, getDatabaseAutomaticTuning, getThreatDetectionPolicy, getTransparentDataEncryption, getTransparentDataEncryptionAsync, importBacpac, importBacpac, isDataWarehouse, listReplicationLinks, listReplicationLinksAsync, listRestorePoints, listRestorePointsAsync, listUsageMetrics, listUsageMetricsAsync, maxSizeBytes, parentId, region, regionName, rename, renameAsync, requestedServiceObjectiveName, sqlServerName, status, syncGroups
-
Method Details
-
pauseDataWarehouse
void pauseDataWarehouse()Pause an Azure SQL Data Warehouse database. -
pauseDataWarehouseAsync
Pause an Azure SQL Data Warehouse database asynchronously.- Returns:
- a representation of the deferred computation of this call
-
resumeDataWarehouse
void resumeDataWarehouse()Resume an Azure SQL Data Warehouse database. -
resumeDataWarehouseAsync
Resume an Azure SQL Data Warehouse database asynchronously.- Returns:
- a representation of the deferred computation of this call
-