AzureWebAppBackup Class

Definition

A simple class containing fields for all metadata associated with a backup.

public class AzureWebAppBackup
type AzureWebAppBackup = class
Public Class AzureWebAppBackup
Inheritance
AzureWebAppBackup

Constructors

AzureWebAppBackup()

Properties

BackupId

The numberic ID of this backup

BackupName

The user-friendly name of this backup

BackupSizeInBytes

The size of this backup in bytes

BackupStatus

The status of the backup. Possible values are InProgress, Failed, Succeeded, TimedOut, Created, Skipped, PartiallySucceeded, DeleteInProgress, DeleteFailed, Deleted.

BlobName

Name of the blob which contains data for this backup

CorrelationId

Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support.

Created

Time when the backup was requested

Databases

Databases backed up along with the web app

Finished

Time when the backup finished

LastRestored

Time when the web app was last restored from this backup

Log

Log of any failures or warnings associated with this backup

Name

The name of the web app

ResourceGroupName

The resource group of the web app

Scheduled

True if this backup was automatically created due to a backup schedule

Slot

The name of the web app slot

StorageAccountUrl

SAS URL for the storage account container which contains this backup

WebsiteSizeInBytes

Size of the original web app which has been backed up

Applies to