ServerKeyOperationsExtensions.GetCreateOrUpdateOperationStatusAsync 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.
Gets the status of an Azure SQL Server Key create or update operation.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyCreateOrUpdateResponse> GetCreateOrUpdateOperationStatusAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations operations, string operationStatusLink);
static member GetCreateOrUpdateOperationStatusAsync : Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyCreateOrUpdateResponse>
<Extension()>
Public Function GetCreateOrUpdateOperationStatusAsync (operations As IServerKeyOperations, operationStatusLink As String) As Task(Of 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.