DedicatedHostAvailableCapacity Class
Dedicated host unutilized capacity.
- Inheritance
-
azure.mgmt.compute._serialization.ModelDedicatedHostAvailableCapacity
Constructor
DedicatedHostAvailableCapacity(*, allocatable_v_ms: List[_models.DedicatedHostAllocatableVM] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
allocatable_v_ms
|
The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host. |
Variables
Name | Description |
---|---|
allocatable_v_ms
|
The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python