DedicatedHostAvailableCapacity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Models.DedicatedHostAllocatableVM> allocatableVMs = default);
new Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM> -> Microsoft.Azure.Management.Compute.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
Azure SDK for .NET