ServerCommunicationLinkOperationsExtensions.GetServerCommunicationLinkOperationStatus 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 communication link create or update operation.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateResponse GetServerCommunicationLinkOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.IServerCommunicationLinkOperations operations, string operationStatusLink);
static member GetServerCommunicationLinkOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.IServerCommunicationLinkOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateResponse
<Extension()>
Public Function GetServerCommunicationLinkOperationStatus (operations As IServerCommunicationLinkOperations, operationStatusLink As String) As 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.