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)

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

type StatusInfo = class end

NameDescription
System_CAPS_pubmethodStatusInfo()

Initializes a new instance of the StatusInfo class.

NameDescription
System_CAPS_pubpropertyBlobUri

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_pubpropertyDatabaseName

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_pubpropertyErrorMessage

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

System_CAPS_pubpropertyLastModifiedTime

Optional. Gets the last time the operation status changed.

System_CAPS_pubpropertyQueuedTime

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

System_CAPS_pubpropertyRequestId

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_pubpropertyRequestType

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

System_CAPS_pubpropertyServerName

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

System_CAPS_pubpropertyStatus

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: