ImportExportDatabaseAdapter.GetOperationStatusFromHttpStatus 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" value for the Import/Export request
This logic is copied verbatim from the (generated) legacy SDK: Microsoft.Azure.Management.Sql.LegacySdk.ImportExportOperations.GetImportExportOperationStatusAsync(System.String,System.Threading.CancellationToken)
protected Microsoft.Azure.OperationStatus? GetOperationStatusFromHttpStatus (System.Net.HttpStatusCode statusCode);
member this.GetOperationStatusFromHttpStatus : System.Net.HttpStatusCode -> Nullable<Microsoft.Azure.OperationStatus>
Protected Function GetOperationStatusFromHttpStatus (statusCode As HttpStatusCode) As Nullable(Of OperationStatus)
Parameters
- statusCode
- HttpStatusCode
Returns
Nullable<Microsoft.Azure.OperationStatus>