Freigeben über


ArmNetworkCloudModelFactory.ClusterCapacity Methode

Definition

Initialisiert eine neue instance von ClusterCapacity.

public static Azure.ResourceManager.NetworkCloud.Models.ClusterCapacity ClusterCapacity (long? availableApplianceStorageGB = default, long? availableCoreCount = default, long? availableHostStorageGB = default, long? availableMemoryGB = default, long? totalApplianceStorageGB = default, long? totalCoreCount = default, long? totalHostStorageGB = default, long? totalMemoryGB = default);
static member ClusterCapacity : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.NetworkCloud.Models.ClusterCapacity
Public Shared Function ClusterCapacity (Optional availableApplianceStorageGB As Nullable(Of Long) = Nothing, Optional availableCoreCount As Nullable(Of Long) = Nothing, Optional availableHostStorageGB As Nullable(Of Long) = Nothing, Optional availableMemoryGB As Nullable(Of Long) = Nothing, Optional totalApplianceStorageGB As Nullable(Of Long) = Nothing, Optional totalCoreCount As Nullable(Of Long) = Nothing, Optional totalHostStorageGB As Nullable(Of Long) = Nothing, Optional totalMemoryGB As Nullable(Of Long) = Nothing) As ClusterCapacity

Parameter

availableApplianceStorageGB
Nullable<Int64>

Der verbleibende Anwendung-basierten Speicher in GB, der für die Workloadnutzung verfügbar ist.

availableCoreCount
Nullable<Int64>

Die verbleibende Anzahl von Kernen, die in diesem Cluster für die Workloadverwendung verfügbar sind.

availableHostStorageGB
Nullable<Int64>

Der verbleibende computer- oder hostbasierte Speicher in GB, der für die Workloadnutzung verfügbar ist.

availableMemoryGB
Nullable<Int64>

Der verbleibende Arbeitsspeicher in GB, der in diesem Cluster für die Workloadnutzung verfügbar ist.

totalApplianceStorageGB
Nullable<Int64>

Die Gesamtsumme Anwendung-basierten Speichers in GB, die von diesem Cluster für die Workloadnutzung unterstützt werden.

totalCoreCount
Nullable<Int64>

Die Gesamtzahl der Kerne, die von diesem Cluster für die Workloadverwendung unterstützt werden.

totalHostStorageGB
Nullable<Int64>

Der gesamte computer- oder hostbasierte Speicher in GB, der von diesem Cluster für die Workloadverwendung unterstützt wird.

totalMemoryGB
Nullable<Int64>

Der Gesamtspeicher, der von diesem Cluster für die Workloadnutzung unterstützt wird.

Gibt zurück

Eine neue ClusterCapacity instance zum Mocking.

Gilt für: