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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python