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