TargetComputeSizeProperties Class

Definition

Represents applicable recovery vm sizes properties.

public class TargetComputeSizeProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TargetComputeSizeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TargetComputeSizeProperties>
type TargetComputeSizeProperties = class
    interface IJsonModel<TargetComputeSizeProperties>
    interface IPersistableModel<TargetComputeSizeProperties>
Public Class TargetComputeSizeProperties
Implements IJsonModel(Of TargetComputeSizeProperties), IPersistableModel(Of TargetComputeSizeProperties)
Inheritance
TargetComputeSizeProperties
Implements

Properties

CpuCoresCount

The maximum cpu cores count supported by target compute size.

Errors

The reasons why the target compute size is not applicable for the protected item.

FriendlyName

Target compute size display name.

HighIopsSupported

The value indicating whether the target compute size supports high Iops.

HyperVGenerations

The supported HyperV Generations.

MaxDataDiskCount

The maximum data disks count supported by target compute size.

MaxNicsCount

The maximum Nics count supported by target compute size.

MemoryInGB

The maximum memory in GB supported by target compute size.

Name

Target compute size name.

VCpusAvailable

The Available vCPUs supported by target compute size.

Explicit Interface Implementations

IJsonModel<TargetComputeSizeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TargetComputeSizeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TargetComputeSizeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TargetComputeSizeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TargetComputeSizeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to