Share via


StatusInfo Class

 

Describes the status of an import or export operation.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Sql.Models.StatusInfo

Syntax

public class StatusInfo
public ref class StatusInfo 
type StatusInfo = class end
Public Class StatusInfo

Constructors

Name Description
StatusInfo()

Initializes a new instance of the StatusInfo class.

Properties

Name Description
BlobUri

Optional. Gets the URI of the DACPAC file being used that is stored in Azure Blob Storage. For import this is the DACPAC that is being imported. For export this is the destination for the resultant DACPAC file.

DatabaseName

Optional. Gets the name of the database that is being used. For import this is the name of the newly created database that is being imported into. For export this is the name of the database being exported.

ErrorMessage

Optional. Gets the error message of the request if the request failed in some way.

LastModifiedTime

Optional. Gets the last time the operation status changed.

QueuedTime

Optional. Gets the time at which the import or export request was queued and the process initiated.

RequestId

Optional. Gets the request ID of this import or export request. This can be used to continue to track this operation using GetStatus.

RequestType

Optional. Gets the type of the operation. This can be either: Import or Export.

ServerName

Optional. Gets the name of the SQL Database server holding the database that the import or export operation is utilizing.

Status

Optional. Gets the status of the import or export request.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

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.

See Also

Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top