WebAppBackupData Class

Definition

A class representing the WebAppBackup data model. Backup description.

public class WebAppBackupData : Azure.ResourceManager.Models.ResourceData
public class WebAppBackupData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebAppBackupData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebAppBackupData>
type WebAppBackupData = class
    inherit ResourceData
type WebAppBackupData = class
    inherit ResourceData
    interface IJsonModel<WebAppBackupData>
    interface IPersistableModel<WebAppBackupData>
Public Class WebAppBackupData
Inherits ResourceData
Public Class WebAppBackupData
Inherits ResourceData
Implements IJsonModel(Of WebAppBackupData), IPersistableModel(Of WebAppBackupData)
Inheritance
WebAppBackupData
Implements

Constructors

WebAppBackupData()

Initializes a new instance of WebAppBackupData.

Properties

BackupId

Id of the backup.

BackupName

Name of this backup.

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.

CreatedOn

Timestamp of the backup creation.

Databases

List of databases included in the backup.

FinishedOn

Timestamp when this backup finished.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsScheduled

True if this backup has been created due to a schedule being triggered.

Kind

Kind of resource.

LastRestoreOn

Timestamp of a last restore operation which used this backup.

Log

Details regarding this backup. Might contain an error message.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SizeInBytes

Size of the backup in bytes.

Status

Backup status.

StorageAccountUri

SAS URL for the storage account container which contains this backup.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
WebsiteSizeInBytes

Size of the original web app which has been backed up.

Explicit Interface Implementations

IJsonModel<WebAppBackupData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WebAppBackupData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebAppBackupData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAppBackupData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WebAppBackupData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to