DacOperationsExtensions.GetStatusPostAsync Method

Definition

Gets the status of the import or export operation in the specified server with the corresponding request ID. The request ID is provided in the responses of the import or export operation.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusResponse> GetStatusPostAsync (this Microsoft.WindowsAzure.Management.Sql.IDacOperations operations, string serverName, Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters parameters);
static member GetStatusPostAsync : Microsoft.WindowsAzure.Management.Sql.IDacOperations * string * Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusResponse>
<Extension()>
Public Function GetStatusPostAsync (operations As IDacOperations, serverName As String, parameters As DacGetStatusParameters) As Task(Of DacGetStatusResponse)

Parameters

operations
IDacOperations

Reference to the Microsoft.WindowsAzure.Management.Sql.IDacOperations.

serverName
String

Required. The name of the server in which the import or export operation is taking place.

parameters
DacGetStatusParameters

Required. The parameters needed to get the status of an import or export operation.

Returns

Represents a list of import or export status values returned from GetStatus.

Applies to