IaaSVMProtectableItem 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.
IaaS VM workload-specific backup item.
public class IaaSVMProtectableItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.WorkloadProtectableItem
type IaaSVMProtectableItem = class
inherit WorkloadProtectableItem
Public Class IaaSVMProtectableItem
Inherits WorkloadProtectableItem
- Inheritance
- Derived
Constructors
IaaSVMProtectableItem() |
Initializes a new instance of the IaaSVMProtectableItem class. |
Properties
BackupManagementType |
Gets or sets type of backup managemenent to backup an item. (Inherited from WorkloadProtectableItem) |
FriendlyName |
Gets or sets friendly name of the backup item. (Inherited from WorkloadProtectableItem) |
ProtectionState |
Gets or sets state of the back up item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected' (Inherited from WorkloadProtectableItem) |
VirtualMachineId |
Gets or sets fully qualified ARM ID of the virtual machine. |