VmWorkloadItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure VM workload-specific workload item.
public class VmWorkloadItem : Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadItem, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.VmWorkloadItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.VmWorkloadItem>
type VmWorkloadItem = class
inherit WorkloadItem
interface IJsonModel<VmWorkloadItem>
interface IPersistableModel<VmWorkloadItem>
Public Class VmWorkloadItem
Inherits WorkloadItem
Implements IJsonModel(Of VmWorkloadItem), IPersistableModel(Of VmWorkloadItem)
- Inheritance
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| VmWorkloadItem() |
Initializes a new instance of VmWorkloadItem. |
Properties
| Name | Description |
|---|---|
| BackupManagementType |
Type of backup management to backup an item. (Inherited from WorkloadItem) |
| FriendlyName |
Friendly name of the backup item. (Inherited from WorkloadItem) |
| IsAutoProtectable |
Indicates if workload item is auto-protectable. |
| ParentName |
Name for instance or AG. |
| ProtectionState |
State of the back up item. (Inherited from WorkloadItem) |
| ServerName |
Host/Cluster Name for instance or AG. |
| SubInquiredItemCount |
For instance or AG, indicates number of DB's present. |
| SubWorkloadItemCount |
For instance or AG, indicates number of DB's to be protected. |
| WorkloadType |
Type of workload for the backup management. (Inherited from WorkloadItem) |