Share via


DatabaseOperationsExtensions.GetDatabaseOperationStatus Method

Definition

Gets the status of an Azure Sql Database create or update operation.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseCreateOrUpdateResponse GetDatabaseOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseOperations operations, string operationStatusLink);
static member GetDatabaseOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseCreateOrUpdateResponse
<Extension()>
Public Function GetDatabaseOperationStatus (operations As IDatabaseOperations, operationStatusLink As String) As DatabaseCreateOrUpdateResponse

Parameters

operations
IDatabaseOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for long running Azure Sql Database operations.

Applies to