Share via


BackupPatch Class

Definition

Backup patch

[Microsoft.Rest.Serialization.JsonTransformation]
public class BackupPatch
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BackupPatch = class
Public Class BackupPatch
Inheritance
BackupPatch
Attributes

Constructors

BackupPatch()

Initializes a new instance of the BackupPatch class.

BackupPatch(IDictionary<String,String>, String, String, Nullable<DateTime>, String, Nullable<Int64>, String, String, String, Nullable<Boolean>)

Initializes a new instance of the BackupPatch class.

BackupPatch(String)

Initializes a new instance of the BackupPatch class.

Properties

BackupId

Gets backupId

BackupType

Gets backupType

CreationDate

Gets creationDate

FailureReason

Gets failure reason

Label

Gets or sets label for backup

ProvisioningState

Gets azure lifecycle management

Size

Gets size of backup

Tags

Gets or sets resource tags

UseExistingSnapshot

Gets or sets manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups

VolumeName

Gets volume name

Methods

Validate()

Validate the object.

Applies to