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

IMachineSkuSlot Interface

Definition

[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)

Applies to