Share via


TargetComputeSizeProperties Class

Definition

Represents applicable recovery vm sizes properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.TargetComputeSizePropertiesTypeConverter))]
public class TargetComputeSizeProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ITargetComputeSizeProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.TargetComputeSizePropertiesTypeConverter))>]
type TargetComputeSizeProperties = class
    interface ITargetComputeSizeProperties
    interface IJsonSerializable
Public Class TargetComputeSizeProperties
Implements ITargetComputeSizeProperties
Inheritance
TargetComputeSizeProperties
Attributes
Implements

Constructors

TargetComputeSizeProperties()

Creates an new TargetComputeSizeProperties instance.

Properties

CpuCoresCount

The maximum cpu cores count supported by target compute size.

Error

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.

HyperVGeneration

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TargetComputeSizeProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TargetComputeSizeProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ITargetComputeSizeProperties.

FromJsonString(String)

Creates a new instance of TargetComputeSizeProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TargetComputeSizeProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to