WorkloadItem Class

Definition

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

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

Constructors

WorkloadItem()

Initializes a new instance of the WorkloadItem class.

WorkloadItem(String, String, String, String)

Initializes a new instance of the WorkloadItem 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