IDacOperations.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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusResponse> GetStatusPostAsync (string serverName, Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member GetStatusPostAsync : string * Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusResponse>
Public Function GetStatusPostAsync (serverName As String, parameters As DacGetStatusParameters, cancellationToken As CancellationToken) As Task(Of DacGetStatusResponse)

Parameters

serverName
String

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

parameters
DacGetStatusParameters

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

cancellationToken
CancellationToken

Cancellation token.

Returns

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

Applies to