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
System_CAPS_pubmethod StatusInfo()

Initializes a new instance of the StatusInfo class.

Properties

Name Description
System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty ErrorMessage

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

System_CAPS_pubproperty LastModifiedTime

Optional. Gets the last time the operation status changed.

System_CAPS_pubproperty QueuedTime

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

System_CAPS_pubproperty RequestId

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

System_CAPS_pubproperty RequestType

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

System_CAPS_pubproperty ServerName

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

System_CAPS_pubproperty Status

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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