| Modifier and Type | Method and Description |
|---|---|
DedicatedHostAllocatableVM |
DedicatedHostAllocatableVM.withCount(Double count)
Set maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.
|
DedicatedHostAllocatableVM |
DedicatedHostAllocatableVM.withVmSize(String vmSize)
Set vM size in terms of which the unutilized capacity is represented.
|
| Modifier and Type | Method and Description |
|---|---|
List<DedicatedHostAllocatableVM> |
DedicatedHostAvailableCapacity.allocatableVMs()
Get the unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host.
|
| Modifier and Type | Method and Description |
|---|---|
DedicatedHostAvailableCapacity |
DedicatedHostAvailableCapacity.withAllocatableVMs(List<DedicatedHostAllocatableVM> allocatableVMs)
Set the unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/