Freigeben über


ArmHDInsightModelFactory.HDInsightVmSizeProperty Methode

Definition

Initialisiert eine neue instance von HDInsightVmSizeProperty.

public static Azure.ResourceManager.HDInsight.Models.HDInsightVmSizeProperty HDInsightVmSizeProperty (string name = default, int? cores = default, string dataDiskStorageTier = default, string label = default, long? maxDataDiskCount = default, long? memoryInMB = default, bool? isSupportedByVirtualMachines = default, bool? isSupportedByWebWorkerRoles = default, long? virtualMachineResourceDiskSizeInMB = default, long? webWorkerResourceDiskSizeInMB = default);
static member HDInsightVmSizeProperty : string * Nullable<int> * string * string * Nullable<int64> * Nullable<int64> * Nullable<bool> * Nullable<bool> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.HDInsight.Models.HDInsightVmSizeProperty
Public Shared Function HDInsightVmSizeProperty (Optional name As String = Nothing, Optional cores As Nullable(Of Integer) = Nothing, Optional dataDiskStorageTier As String = Nothing, Optional label As String = Nothing, Optional maxDataDiskCount As Nullable(Of Long) = Nothing, Optional memoryInMB As Nullable(Of Long) = Nothing, Optional isSupportedByVirtualMachines As Nullable(Of Boolean) = Nothing, Optional isSupportedByWebWorkerRoles As Nullable(Of Boolean) = Nothing, Optional virtualMachineResourceDiskSizeInMB As Nullable(Of Long) = Nothing, Optional webWorkerResourceDiskSizeInMB As Nullable(Of Long) = Nothing) As HDInsightVmSizeProperty

Parameter

name
String

Der Name der VM-Größe.

cores
Nullable<Int32>

Die Anzahl der Kerne, die die VM-Größe aufweist.

dataDiskStorageTier
String

Die Datenträgerspeicherebene der VM-Größe.

label
String

Die Bezeichnung der VM-Größe.

maxDataDiskCount
Nullable<Int64>

Die maximale Datenträgeranzahl der VM-Größe.

memoryInMB
Nullable<Int64>

Der Arbeitsspeicher, dessen Einheit MB der VM-Größe entspricht.

isSupportedByVirtualMachines
Nullable<Boolean>

Dies gibt an, dass diese VM-Größe von virtuellen Computern unterstützt wird oder nicht.

isSupportedByWebWorkerRoles
Nullable<Boolean>

Gibt an, dass diese VM-Größe von Web workerrollen unterstützt wird oder nicht.

virtualMachineResourceDiskSizeInMB
Nullable<Int64>

Die Vm-Ressourcendatenträgergröße, deren Einheit MB der VM-Größe entspricht.

webWorkerResourceDiskSizeInMB
Nullable<Int64>

Die Größe des Web worker-Ressourcendatenträgers, dessen Einheit MB der VM-Größe entspricht.

Gibt zurück

Eine neue HDInsightVmSizeProperty instance zum Mocking.

Gilt für: