你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TargetComputeSize Class

Definition

Represents applicable recovery vm sizes.

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

Constructors

TargetComputeSize()

Creates an new TargetComputeSize 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.

Id

The Id.

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

The name.

PropertiesName

Target compute size name.

Type

The Type of the object.

VCpUsAvailable

The Available vCPUs supported by target compute size.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TargetComputeSize.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TargetComputeSize.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TargetComputeSize into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to