AzureIaaSComputeVMProtectableItem 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 Azure Resource Manager VM.
[Newtonsoft.Json.JsonObject("Microsoft.Compute/virtualMachines")]
public class AzureIaaSComputeVMProtectableItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.IaaSVMProtectableItem
[<Newtonsoft.Json.JsonObject("Microsoft.Compute/virtualMachines")>]
type AzureIaaSComputeVMProtectableItem = class
inherit IaaSVMProtectableItem
Public Class AzureIaaSComputeVMProtectableItem
Inherits IaaSVMProtectableItem
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureIaaSComputeVMProtectableItem() |
Initializes a new instance of the AzureIaaSComputeVMProtectableItem class. |
AzureIaaSComputeVMProtectableItem(String, String, String, String, String, String, String) |
Initializes a new instance of the AzureIaaSComputeVMProtectableItem class. |
Properties
BackupManagementType |
Gets or sets type of backup management 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', 'ProtectionFailed' (Inherited from WorkloadProtectableItem) |
ResourceGroup |
Gets or sets resource group name of Recovery Services Vault. (Inherited from IaaSVMProtectableItem) |
VirtualMachineId |
Gets or sets fully qualified ARM ID of the virtual machine. (Inherited from IaaSVMProtectableItem) |
VirtualMachineVersion |
Gets or sets specifies whether the container represents a Classic or an Azure Resource Manager VM. (Inherited from IaaSVMProtectableItem) |
WorkloadType |
Gets or sets type of workload for the backup management (Inherited from WorkloadProtectableItem) |
Applies to
Azure SDK for .NET