IDacOperations::GetStatusAsync Method (String^, String^, String^, String^, String^, CancellationToken)

 

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.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Task<DacGetStatusResponse^>^ GetStatusAsync(
	String^ serverName,
	String^ fullyQualifiedServerName,
	String^ username,
	String^ password,
	String^ requestId,
	CancellationToken cancellationToken
)

Parameters

serverName
Type: System::String^

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

fullyQualifiedServerName
Type: System::String^

The fully qualified domain name of the Azure SQL Database Server where the operation is taking place. Example: a9s7f7s9d3.database.windows.net

username
Type: System::String^

The administrator username for the Azure SQL Database Server.

password
Type: System::String^

The administrator password for the Azure SQL Database Server.

requestId
Type: System::String^

The request ID of the operation being queried. The request ID is obtained from the responses of the import and export operations.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<DacGetStatusResponse^>^

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

Return to top
Show: