DacOperationsExtensions.GetStatus Method

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
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Usage

'Usage
Dim operations As IDacOperations
Dim serverName As String
Dim fullyQualifiedServerName As String
Dim username As String
Dim password As String
Dim requestId As String
Dim returnValue As DacGetStatusResponse

returnValue = DacOperationsExtensions.GetStatus(operations, serverName, fullyQualifiedServerName, username, password, requestId)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetStatus ( _
    operations As IDacOperations, _
    serverName As String, _
    fullyQualifiedServerName As String, _
    username As String, _
    password As String, _
    requestId As String _
) As DacGetStatusResponse
[ExtensionAttribute] 
public static DacGetStatusResponse GetStatus (
    IDacOperations operations,
    string serverName,
    string fullyQualifiedServerName,
    string username,
    string password,
    string requestId
)
[ExtensionAttribute] 
public:
static DacGetStatusResponse^ GetStatus (
    IDacOperations^ operations, 
    String^ serverName, 
    String^ fullyQualifiedServerName, 
    String^ username, 
    String^ password, 
    String^ requestId
)
/** @attribute ExtensionAttribute() */ 
public static DacGetStatusResponse GetStatus (
    IDacOperations operations, 
    String serverName, 
    String fullyQualifiedServerName, 
    String username, 
    String password, 
    String requestId
)
ExtensionAttribute 
public static function GetStatus (
    operations : IDacOperations, 
    serverName : String, 
    fullyQualifiedServerName : String, 
    username : String, 
    password : String, 
    requestId : String
) : DacGetStatusResponse

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.Management.Sql.IDacOperations.
  • serverName
    Required. The name of the server in which the import or export operation is taking place.
  • fullyQualifiedServerName
    Required. The fully qualified domain name of the Azure SQL Database Server where the operation is taking place. Example: a9s7f7s9d3.database.windows.net
  • username
    Required. The administrator username for the Azure SQL Database Server.
  • password
    Required. The administrator password for the Azure SQL Database Server.
  • requestId
    Required. The request ID of the operation being queried. The request ID is obtained from the responses of the import and export operations.

Return Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

DacOperationsExtensions Class
DacOperationsExtensions Members
Microsoft.WindowsAzure Namespace