ImportExportOperationsExtensions.GetImportExportOperationStatusAsync 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 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.