ImportExportOperationsExtensions.GetImportExportOperationStatus Method

Definition

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

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ImportExportOperationStatusResponse GetImportExportOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.IImportExportOperations operations, string operationStatusLink);
static member GetImportExportOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.IImportExportOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ImportExportOperationStatusResponse
<Extension()>
Public Function GetImportExportOperationStatus (operations As IImportExportOperations, operationStatusLink As String) As 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