Udostępnij za pośrednictwem


DatabaseActivationOperationsExtensions.BeginResumeAsync Method

Definition

Start an Azure SQL Data Warehouse database resume operation. To determine the status of the operation call GetDatabaseActivationOperationStatus.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseCreateOrUpdateResponse> BeginResumeAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseActivationOperations operations, string resourceGroupName, string serverName, string databaseName);
static member BeginResumeAsync : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseActivationOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseCreateOrUpdateResponse>
<Extension()>
Public Function BeginResumeAsync (operations As IDatabaseActivationOperations, resourceGroupName As String, serverName As String, databaseName As String) As Task(Of DatabaseCreateOrUpdateResponse)

Parameters

operations
IDatabaseActivationOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseActivationOperations.

resourceGroupName
String

Required. The name of the Resource Group to which the Azure SQL Server belongs.

serverName
String

Required. The name of the Azure SQL Server on which the data warehouse database is hosted.

databaseName
String

Required. The name of the Azure SQL Data Warehouse database to resume.

Returns

Response for long running Azure Sql Database operations.

Applies to