Delen via


IaasClassicComputeVmContainer Class

Definition

IaaS VM workload-specific backup item representing a classic virtual machine.

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

Constructors

IaasClassicComputeVmContainer()

Initializes a new instance of IaasClassicComputeVmContainer.

Properties

BackupManagementType

Type of backup management for the container.

(Inherited from BackupGenericProtectionContainer)
FriendlyName

Friendly name of the container.

(Inherited from BackupGenericProtectionContainer)
HealthStatus

Status of health of the container.

(Inherited from BackupGenericProtectionContainer)
ProtectableObjectType

Type of the protectable object associated with this container.

(Inherited from BackupGenericProtectionContainer)
RegistrationStatus

Status of registration of the container with the Recovery Services Vault.

(Inherited from BackupGenericProtectionContainer)
ResourceGroup

Resource group name of Recovery Services Vault.

(Inherited from IaasVmContainer)
VirtualMachineId

Fully qualified ARM url of the virtual machine represented by this Azure IaaS VM container.

(Inherited from IaasVmContainer)
VirtualMachineVersion

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

(Inherited from IaasVmContainer)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupGenericProtectionContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupGenericProtectionContainer)
IJsonModel<IaasClassicComputeVmContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IaasClassicComputeVmContainer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<IaasVmContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from IaasVmContainer)
IPersistableModel<BackupGenericProtectionContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupGenericProtectionContainer)
IPersistableModel<IaasClassicComputeVmContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IaasClassicComputeVmContainer>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IaasClassicComputeVmContainer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<IaasVmContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from IaasVmContainer)

Applies to