DedicatedHostAllocatableVM Class
Represents the dedicated host unutilized capacity in terms of a specific VM size.
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. Default value: None
|
count
|
Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. Default value: None
|
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python