| Modifier and Type | Method and Description |
|---|---|
DedicatedHostAvailableCapacity |
DedicatedHostInstanceView.availableCapacity()
Get unutilized capacity of the dedicated host.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
DedicatedHostInstanceView |
DedicatedHostInstanceView.withAvailableCapacity(DedicatedHostAvailableCapacity availableCapacity)
Set unutilized capacity of 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.
*/