AzureVirtualMachineSkuDTO interface
Azure Virtual Machine SKU.
Properties
| available |
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. |
| azure |
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. |
| azure |
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. |
| max |
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