IMachineSkuSlot 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.NetworkCloud.Models.Api20230701.MachineSkuSlotTypeConverter))]
public interface IMachineSkuSlot : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.MachineSkuSlotTypeConverter))>]
type IMachineSkuSlot = interface
interface IJsonSerializable
Public Interface IMachineSkuSlot
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
BootstrapProtocol |
The type of bootstrap protocol used. |
CpuCore |
The count of CPU cores for this machine. |
CpuSocket |
The count of CPU sockets for this machine. |
Disk |
The list of disks. |
Generation |
The generation of the architecture. |
HardwareVersion |
The hardware version of the machine. |
MemoryCapacityGb |
The maximum amount of memory in GB. |
Model |
The model of the machine. |
NetworkInterface |
The list of network interfaces. |
RackSlot |
The position in the rack for the machine. |
TotalThread |
The count of SMT and physical core threads for this machine. |
Vendor |
The make of the machine. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |