Share via


AzureVirtualMachineSkuDTO interface

Azure Virtual Machine SKU.

Properties

availableCores

Gets the Available vCores. This can be less than the vCores in the Constrained vCPU VM Sizes. NOTE: This property will not be serialized. It can only be populated by the server.

azureSkuName

Gets the Virtual Machine SKU name,: E.g. : Standard_F16s. NOTE: This property will not be serialized. It can only be populated by the server.

azureVmFamily

Gets the Virtual Machine Family, for example : standardMSFamily. NOTE: This property will not be serialized. It can only be populated by the server.

cores

Gets the Compute Size in vCores. NOTE: This property will not be serialized. It can only be populated by the server.

maxNetworkInterfaces

Gets the Max network interfaces. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

availableCores

Gets the Available vCores. This can be less than the vCores in the Constrained vCPU VM Sizes. NOTE: This property will not be serialized. It can only be populated by the server.

availableCores?: number

Property Value

number

azureSkuName

Gets the Virtual Machine SKU name,: E.g. : Standard_F16s. NOTE: This property will not be serialized. It can only be populated by the server.

azureSkuName?: string

Property Value

string

azureVmFamily

Gets the Virtual Machine Family, for example : standardMSFamily. NOTE: This property will not be serialized. It can only be populated by the server.

azureVmFamily?: string

Property Value

string

cores

Gets the Compute Size in vCores. NOTE: This property will not be serialized. It can only be populated by the server.

cores?: number

Property Value

number

maxNetworkInterfaces

Gets the Max network interfaces. NOTE: This property will not be serialized. It can only be populated by the server.

maxNetworkInterfaces?: number

Property Value

number