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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python