ImportExportOperationsExtensions.GetImportExportOperationStatusAsync Method

Definition

Gets the status of an Azure Sql Database import/export operation.

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

Parameters

operations
IImportExportOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for Azure Sql Import/Export Status operation.

Applies to