Freigeben über


ArmNetworkCloudModelFactory.MachineSkuSlot Methode

Definition

Initialisiert eine neue instance von MachineSkuSlot.

public static Azure.ResourceManager.NetworkCloud.Models.MachineSkuSlot MachineSkuSlot (long? rackSlot = default, Azure.ResourceManager.NetworkCloud.Models.BootstrapProtocol? bootstrapProtocol = default, long? cpuCores = default, long? cpuSockets = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.MachineDisk> disks = default, string generation = default, string hardwareVersion = default, long? memoryCapacityGB = default, string model = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudNetworkInterface> networkInterfaces = default, long? totalThreads = default, string vendor = default);
static member MachineSkuSlot : Nullable<int64> * Nullable<Azure.ResourceManager.NetworkCloud.Models.BootstrapProtocol> * Nullable<int64> * Nullable<int64> * seq<Azure.ResourceManager.NetworkCloud.Models.MachineDisk> * string * string * Nullable<int64> * string * seq<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudNetworkInterface> * Nullable<int64> * string -> Azure.ResourceManager.NetworkCloud.Models.MachineSkuSlot
Public Shared Function MachineSkuSlot (Optional rackSlot As Nullable(Of Long) = Nothing, Optional bootstrapProtocol As Nullable(Of BootstrapProtocol) = Nothing, Optional cpuCores As Nullable(Of Long) = Nothing, Optional cpuSockets As Nullable(Of Long) = Nothing, Optional disks As IEnumerable(Of MachineDisk) = Nothing, Optional generation As String = Nothing, Optional hardwareVersion As String = Nothing, Optional memoryCapacityGB As Nullable(Of Long) = Nothing, Optional model As String = Nothing, Optional networkInterfaces As IEnumerable(Of NetworkCloudNetworkInterface) = Nothing, Optional totalThreads As Nullable(Of Long) = Nothing, Optional vendor As String = Nothing) As MachineSkuSlot

Parameter

rackSlot
Nullable<Int64>

Die Position im Rack für die Maschine.

bootstrapProtocol
Nullable<BootstrapProtocol>

Der Typ des verwendeten Bootstrap-Protokolls.

cpuCores
Nullable<Int64>

Die Anzahl der CPU-Kerne für diesen Computer.

cpuSockets
Nullable<Int64>

Die Anzahl der CPU-Sockets für diesen Computer.

disks
IEnumerable<MachineDisk>

Die Liste der Datenträger.

generation
String

Die Generierung der Architektur.

hardwareVersion
String

Die Hardwareversion des Computers.

memoryCapacityGB
Nullable<Int64>

Die maximale Arbeitsspeichermenge in GB.

model
String

Das Modell des Computers.

networkInterfaces
IEnumerable<NetworkCloudNetworkInterface>

Die Liste der Netzwerkschnittstellen.

totalThreads
Nullable<Int64>

Die Anzahl der SMT- und physischen Kernthreads für diesen Computer.

vendor
String

Die Maschine.

Gibt zurück

Eine neue MachineSkuSlot instance zum Simulieren.

Gilt für: