DedicatedHostAllocatableVM Constructors

Definition

Overloads

DedicatedHostAllocatableVM()

Initializes a new instance of the DedicatedHostAllocatableVM class.

DedicatedHostAllocatableVM(String, Nullable<Double>)

Initializes a new instance of the DedicatedHostAllocatableVM class.

DedicatedHostAllocatableVM()

Initializes a new instance of the DedicatedHostAllocatableVM class.

public DedicatedHostAllocatableVM ();
Public Sub New ()

Applies to

DedicatedHostAllocatableVM(String, Nullable<Double>)

Initializes a new instance of the DedicatedHostAllocatableVM class.

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

Parameters

vmSize
String

VM size in terms of which the unutilized capacity is represented.

count
Nullable<Double>

Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.

Applies to