AzureIaaSClassicComputeVMProtectableItem 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 representing the Classic Compute VM.
[Newtonsoft.Json.JsonObject("Microsoft.ClassicCompute/virtualMachines")]
public class AzureIaaSClassicComputeVMProtectableItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.IaaSVMProtectableItem
type AzureIaaSClassicComputeVMProtectableItem = class
inherit IaaSVMProtectableItem
Public Class AzureIaaSClassicComputeVMProtectableItem
Inherits IaaSVMProtectableItem
- Inheritance
-
System.ObjectAzureIaaSClassicComputeVMProtectableItem
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureIaaSClassicComputeVMProtectableItem() |
Initializes a new instance of the AzureIaaSClassicComputeVMProtectableItem 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. (Inherited from IaaSVMProtectableItem) |