azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

90 строки
5.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlWarehouse"
fullName: "com.microsoft.azure.management.sql.SqlWarehouse"
name: "SqlWarehouse"
nameWithType: "SqlWarehouse"
summary: "An immutable client-side representation of an Azure SQL Warehouse."
syntax: "public interface **SqlWarehouse**</br> extends <xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.sql.SqlWarehouse.pauseDataWarehouse()"
fullName: "com.microsoft.azure.management.sql.SqlWarehouse.pauseDataWarehouse()"
name: "pauseDataWarehouse()"
nameWithType: "SqlWarehouse.pauseDataWarehouse()"
summary: "Pause an Azure SQL Data Warehouse database."
modifiers:
- "abstract"
syntax: "public abstract void pauseDataWarehouse()"
desc: "Pause an Azure SQL Data Warehouse database."
- uid: "com.microsoft.azure.management.sql.SqlWarehouse.pauseDataWarehouseAsync()"
fullName: "com.microsoft.azure.management.sql.SqlWarehouse.pauseDataWarehouseAsync()"
name: "pauseDataWarehouseAsync()"
nameWithType: "SqlWarehouse.pauseDataWarehouseAsync()"
summary: "Pause an Azure SQL Data Warehouse database asynchronously."
modifiers:
- "abstract"
syntax: "public abstract Completable pauseDataWarehouseAsync()"
desc: "Pause an Azure SQL Data Warehouse database asynchronously."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlWarehouse.pauseDataWarehouseAsync(com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.sql.SqlWarehouse.pauseDataWarehouseAsync(ServiceCallback<Void> callback)"
name: "pauseDataWarehouseAsync(ServiceCallback<Void> callback)"
nameWithType: "SqlWarehouse.pauseDataWarehouseAsync(ServiceCallback<Void> callback)"
summary: "Pause an Azure SQL Data Warehouse database asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Void> pauseDataWarehouseAsync(ServiceCallback<Void> callback)"
desc: "Pause an Azure SQL Data Warehouse database asynchronously."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlWarehouse.resumeDataWarehouse()"
fullName: "com.microsoft.azure.management.sql.SqlWarehouse.resumeDataWarehouse()"
name: "resumeDataWarehouse()"
nameWithType: "SqlWarehouse.resumeDataWarehouse()"
summary: "Resume an Azure SQL Data Warehouse database."
modifiers:
- "abstract"
syntax: "public abstract void resumeDataWarehouse()"
desc: "Resume an Azure SQL Data Warehouse database."
- uid: "com.microsoft.azure.management.sql.SqlWarehouse.resumeDataWarehouseAsync()"
fullName: "com.microsoft.azure.management.sql.SqlWarehouse.resumeDataWarehouseAsync()"
name: "resumeDataWarehouseAsync()"
nameWithType: "SqlWarehouse.resumeDataWarehouseAsync()"
summary: "Resume an Azure SQL Data Warehouse database asynchronously."
modifiers:
- "abstract"
syntax: "public abstract Completable resumeDataWarehouseAsync()"
desc: "Resume an Azure SQL Data Warehouse database asynchronously."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlWarehouse.resumeDataWarehouseAsync(com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.sql.SqlWarehouse.resumeDataWarehouseAsync(ServiceCallback<Void> callback)"
name: "resumeDataWarehouseAsync(ServiceCallback<Void> callback)"
nameWithType: "SqlWarehouse.resumeDataWarehouseAsync(ServiceCallback<Void> callback)"
summary: "Resume an Azure SQL Data Warehouse database asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Void> resumeDataWarehouseAsync(ServiceCallback<Void> callback)"
desc: "Resume an Azure SQL Data Warehouse database asynchronously."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An immutable client-side representation of an Azure SQL Warehouse."
implements:
- "<xref href=\"com.microsoft.azure.management.sql.SqlDatabase?alt=com.microsoft.azure.management.sql.SqlDatabase&text=SqlDatabase\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4