WorkloadItem Constructors

Definition

Overloads

WorkloadItem()

Initializes a new instance of the WorkloadItem class.

WorkloadItem(String, String, String, String)

Initializes a new instance of the WorkloadItem class.

WorkloadItem()

Initializes a new instance of the WorkloadItem class.

public WorkloadItem ();
Public Sub New ()

Applies to

WorkloadItem(String, String, String, String)

Initializes a new instance of the WorkloadItem class.

public WorkloadItem (string backupManagementType = default, string workloadType = default, string friendlyName = default, string protectionState = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadItem : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional friendlyName As String = Nothing, Optional protectionState As String = Nothing)

Parameters

backupManagementType
String

Type of backup management to backup an item.

workloadType
String

Type of workload for the backup management

friendlyName
String

Friendly name of the backup item.

protectionState
String

State of the back up item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'

Applies to