ServerKeyOperationsExtensions.GetCreateOrUpdateOperationStatus Method

Definition

Gets the status of an Azure SQL Server Key create or update operation.

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

Parameters

operations
IServerKeyOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Represents the response to a Azure Sql Server Key operation request.

Applies to