BackupItem Class

 

A specific backup.

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

System::Object
  Microsoft.WindowsAzure.Management.WebSites.Models::BackupItem

public ref class BackupItem 

NameDescription
System_CAPS_pubmethodBackupItem()

Initializes a new instance of the BackupItem class.

NameDescription
System_CAPS_pubpropertyBlobName

Optional. The blob name where the backup is stored, e.g. mysite1_20140506.zip

System_CAPS_pubpropertyCorrelationId

Optional. Internal correlation identifier - identifies a specific backup.

System_CAPS_pubpropertyCreated

Optional. Timestamp when the backup has been created.

System_CAPS_pubpropertyDatabases

Optional. Database settings for backup.

System_CAPS_pubpropertyFinishedTimeStamp

Optional. Timestamp when this backup has been finished and a zip file has been uploaded to a storage account.

System_CAPS_pubpropertyLastRestoreTimeStamp

Optional. Timestamp when this backup has been used for a restore operation (empty if it wasn't).

System_CAPS_pubpropertyLog

Optional. Information about the backup, usually used only if there was an error.

System_CAPS_pubpropertyName

Optional. The name of this backup.

System_CAPS_pubpropertyScheduled

Optional. True if this backup has been created as a part of a scheduled backup; false otherwise.

System_CAPS_pubpropertySizeInBytes

Optional. Size of the backup zip file in bytes.

System_CAPS_pubpropertyStatus

Optional. The status of the backup - e.g. Succeeded or Failed

System_CAPS_pubpropertyStorageAccountUrl

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: