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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python