Share via


DedicatedHostAllocatableVM Konstruktoren

Definition

Überlädt

DedicatedHostAllocatableVM()

Initialisiert eine neue instance der DedicatedHostAllocatableVM-Klasse.

DedicatedHostAllocatableVM(String, Nullable<Double>)

Initialisiert eine neue instance der DedicatedHostAllocatableVM-Klasse.

DedicatedHostAllocatableVM()

Initialisiert eine neue instance der DedicatedHostAllocatableVM-Klasse.

public DedicatedHostAllocatableVM ();
Public Sub New ()

Gilt für:

DedicatedHostAllocatableVM(String, Nullable<Double>)

Initialisiert eine neue instance der DedicatedHostAllocatableVM-Klasse.

public DedicatedHostAllocatableVM (string vmSize = default, double? count = default);
new Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM : string * Nullable<double> -> Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM
Public Sub New (Optional vmSize As String = Nothing, Optional count As Nullable(Of Double) = Nothing)

Parameter

vmSize
String

VM-Größe, in der die nicht ausgelastete Kapazität dargestellt wird.

count
Nullable<Double>

Maximale Anzahl von VMs der Größe vmSize, die in die verbleibende Kapazität des dedizierten Hosts passen können.

Gilt für: