ImportExportDatabaseCommunicator.GetOperationStatus 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.
Get the status of an operation given a raw Operation Status Link
public Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult GetOperationStatus (string operationStatusLink, out System.Net.Http.HttpResponseMessage rawHttpResponse);
member this.GetOperationStatus : string * HttpResponseMessage -> Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult
Public Function GetOperationStatus (operationStatusLink As String, ByRef rawHttpResponse As HttpResponseMessage) As ImportExportOperationResult
Parameters
- operationStatusLink
- String
Status link as returned by the import or export commandlet
- rawHttpResponse
- HttpResponseMessage
Out parameter for the raw HTTP response for further inspection