Share via


DacOperationsExtensions.GetStatusPost 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.

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

Syntax

public static DacGetStatusResponse GetStatusPost(
    this IDacOperations operations,
    string serverName,
    DacGetStatusParameters parameters
)
public:
[ExtensionAttribute]
static DacGetStatusResponse^ GetStatusPost(
    IDacOperations^ operations,
    String^ serverName,
    DacGetStatusParameters^ parameters
)
static member GetStatusPost : 
        operations:IDacOperations *
        serverName:string *
        parameters:DacGetStatusParameters -> DacGetStatusResponse
<ExtensionAttribute>
Public Shared Function GetStatusPost (
    operations As IDacOperations,
    serverName As String,
    parameters As DacGetStatusParameters
) As DacGetStatusResponse

Parameters

  • serverName
    Type: System.String

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

Return Value

Type: Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusResponse

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

See Also

DacOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top