DedicatedHostAllocatableVM Class
Represents the dedicated host unutilized capacity in terms of a specific VM size.
- Inheritance
-
azure.mgmt.compute._serialization.ModelDedicatedHostAllocatableVM
Constructor
DedicatedHostAllocatableVM(*, vm_size: str | None = None, count: float | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vm_size
|
VM size in terms of which the unutilized capacity is represented. |
count
|
Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. |
Variables
Name | Description |
---|---|
vm_size
|
VM size in terms of which the unutilized capacity is represented. |
count
|
Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. |
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