ITargetComputeSizeProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |