Delen via


IaasClassicComputeVmProtectableItem Class

Definition

IaaS VM workload-specific backup item representing the Classic Compute VM.

public class IaasClassicComputeVmProtectableItem : Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmProtectableItem, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.IaasClassicComputeVmProtectableItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.IaasClassicComputeVmProtectableItem>
type IaasClassicComputeVmProtectableItem = class
    inherit IaasVmProtectableItem
    interface IJsonModel<IaasClassicComputeVmProtectableItem>
    interface IPersistableModel<IaasClassicComputeVmProtectableItem>
Public Class IaasClassicComputeVmProtectableItem
Inherits IaasVmProtectableItem
Implements IJsonModel(Of IaasClassicComputeVmProtectableItem), IPersistableModel(Of IaasClassicComputeVmProtectableItem)
Inheritance
IaasClassicComputeVmProtectableItem
Implements

Constructors

IaasClassicComputeVmProtectableItem()

Initializes a new instance of IaasClassicComputeVmProtectableItem.

Properties

BackupManagementType

Type of backup management to backup an item.

(Inherited from WorkloadProtectableItem)
FriendlyName

Friendly name of the backup item.

(Inherited from WorkloadProtectableItem)
ProtectionState

State of the back up item.

(Inherited from WorkloadProtectableItem)
ResourceGroup

Resource group name of Recovery Services Vault.

(Inherited from IaasVmProtectableItem)
VirtualMachineId

Fully qualified ARM ID of the virtual machine.

(Inherited from IaasVmProtectableItem)
VirtualMachineVersion

Specifies whether the container represents a Classic or an Azure Resource Manager VM.

(Inherited from IaasVmProtectableItem)
WorkloadType

Type of workload for the backup management.

(Inherited from WorkloadProtectableItem)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IaasClassicComputeVmProtectableItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IaasClassicComputeVmProtectableItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<IaasVmProtectableItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from IaasVmProtectableItem)
IJsonModel<IaasVmProtectableItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from IaasVmProtectableItem)
IJsonModel<WorkloadProtectableItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from WorkloadProtectableItem)
IJsonModel<WorkloadProtectableItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from WorkloadProtectableItem)
IPersistableModel<IaasClassicComputeVmProtectableItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IaasClassicComputeVmProtectableItem>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IaasClassicComputeVmProtectableItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<IaasVmProtectableItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from IaasVmProtectableItem)
IPersistableModel<IaasVmProtectableItem>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from IaasVmProtectableItem)
IPersistableModel<IaasVmProtectableItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from IaasVmProtectableItem)
IPersistableModel<WorkloadProtectableItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from WorkloadProtectableItem)
IPersistableModel<WorkloadProtectableItem>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from WorkloadProtectableItem)
IPersistableModel<WorkloadProtectableItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from WorkloadProtectableItem)

Applies to