DatabaseActivationOperationsExtensions.Resume Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Start an Azure SQL Data Warehouse database resume operation.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseCreateOrUpdateResponse Resume (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseActivationOperations operations, string resourceGroupName, string serverName, string databaseName);
static member Resume : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseActivationOperations * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseCreateOrUpdateResponse
<Extension()>
Public Function Resume (operations As IDatabaseActivationOperations, resourceGroupName As String, serverName As String, databaseName As String) As 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.