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

ITargetComputeSizeProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to