AzureVmWorkloadItem Class

Definition

Azure VM workload-specific workload item.

public class AzureVmWorkloadItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadItem
type AzureVmWorkloadItem = class
    inherit WorkloadItem
Public Class AzureVmWorkloadItem
Inherits WorkloadItem
Inheritance
AzureVmWorkloadItem
Derived

Constructors

AzureVmWorkloadItem()

Initializes a new instance of the AzureVmWorkloadItem class.

AzureVmWorkloadItem(String, String, String, String, String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the AzureVmWorkloadItem class.

Properties

BackupManagementType

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

(Inherited from WorkloadItem)
FriendlyName

Gets or sets friendly name of the backup item.

(Inherited from WorkloadItem)
IsAutoProtectable

Gets or sets indicates if workload item is auto-protectable

ParentName

Gets or sets name for instance or AG

ProtectionState

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

(Inherited from WorkloadItem)
ServerName

Gets or sets host/Cluster Name for instance or AG

Subinquireditemcount

Gets or sets for instance or AG, indicates number of DB's present

SubWorkloadItemCount

Gets or sets for instance or AG, indicates number of DB's to be protected

WorkloadType

Gets or sets type of workload for the backup management

(Inherited from WorkloadItem)

Applies to