WorkloadProtectableItem Class

Definition

Base class for backup item. Workload-specific backup items are derived from this class.

public class WorkloadProtectableItem
type WorkloadProtectableItem = class
Public Class WorkloadProtectableItem
Inheritance
WorkloadProtectableItem
Derived

Constructors

WorkloadProtectableItem()

Initializes a new instance of the WorkloadProtectableItem class.

WorkloadProtectableItem(String, String, String, String)

Initializes a new instance of the WorkloadProtectableItem class.

Properties

BackupManagementType

Gets or sets type of backup management to backup an item.

FriendlyName

Gets or sets friendly name of the backup item.

ProtectionState

Gets or sets state of the back up item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'

WorkloadType

Gets or sets type of workload for the backup management

Applies to