DedicatedHostAvailableCapacity Constructors

Definition

Overloads

DedicatedHostAvailableCapacity()

Initializes a new instance of the DedicatedHostAvailableCapacity class.

DedicatedHostAvailableCapacity(IList<DedicatedHostAllocatableVM>)

Initializes a new instance of the DedicatedHostAvailableCapacity class.

DedicatedHostAvailableCapacity()

Initializes a new instance of the DedicatedHostAvailableCapacity class.

public DedicatedHostAvailableCapacity ();
Public Sub New ()

Applies to

DedicatedHostAvailableCapacity(IList<DedicatedHostAllocatableVM>)

Initializes a new instance of the DedicatedHostAvailableCapacity class.

public DedicatedHostAvailableCapacity (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostAllocatableVM> allocatableVMs = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostAvailableCapacity : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostAllocatableVM> -> Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostAvailableCapacity
Public Sub New (Optional allocatableVMs As IList(Of DedicatedHostAllocatableVM) = Nothing)

Parameters

allocatableVMs
IList<DedicatedHostAllocatableVM>

The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host.

Applies to