ServerCommunicationLinkOperationsExtensions.GetServerCommunicationLinkOperationStatusAsync Method

Definition

Gets the status of an Azure Sql Server communication link create or update operation.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateResponse> GetServerCommunicationLinkOperationStatusAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IServerCommunicationLinkOperations operations, string operationStatusLink);
static member GetServerCommunicationLinkOperationStatusAsync : Microsoft.Azure.Management.Sql.LegacySdk.IServerCommunicationLinkOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateResponse>
<Extension()>
Public Function GetServerCommunicationLinkOperationStatusAsync (operations As IServerCommunicationLinkOperations, operationStatusLink As String) As Task(Of ServerCommunicationLinkCreateOrUpdateResponse)

Parameters

operations
IServerCommunicationLinkOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for long running Azure Sql server communication link operation.

Applies to