AzureIaaSClassicComputeVMProtectableItem Class

Definition

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
[<Newtonsoft.Json.JsonObject("Microsoft.ClassicCompute/virtualMachines")>]
type AzureIaaSClassicComputeVMProtectableItem = class
    inherit IaaSVMProtectableItem
Public Class AzureIaaSClassicComputeVMProtectableItem
Inherits IaaSVMProtectableItem
Inheritance
AzureIaaSClassicComputeVMProtectableItem
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureIaaSClassicComputeVMProtectableItem()

Initializes a new instance of the AzureIaaSClassicComputeVMProtectableItem class.

AzureIaaSClassicComputeVMProtectableItem(String, String, String, String, String, String, String)

Initializes a new instance of the AzureIaaSClassicComputeVMProtectableItem 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