DacOperationsExtensions::GetStatusPostAsync Method (IDacOperations^, String^, DacGetStatusParameters^)
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.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
public: [ExtensionAttribute] static Task<DacGetStatusResponse^>^ GetStatusPostAsync( IDacOperations^ operations, String^ serverName, DacGetStatusParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Sql::IDacOperations^
Reference to the Microsoft.WindowsAzure.Management.Sql.IDacOperations.
- serverName
-
Type:
System::String^
Required. The name of the server in which the import or export operation is taking place.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Sql.Models::DacGetStatusParameters^
Required. The parameters needed to get the status of an import or export operation.
Return Value
Type: System.Threading.Tasks::Task<DacGetStatusResponse^>^Represents a list of import or export status values returned from GetStatus.
Show: