CapacityReservationProfile Class
The parameters of a capacity reservation Profile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelCapacityReservationProfile
Constructor
CapacityReservationProfile(*, capacity_reservation_group: _models.SubResource | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
capacity_reservation_group
|
Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details. |
Variables
Name | Description |
---|---|
capacity_reservation_group
|
Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved. Please refer to https://aka.ms/CapacityReservation for more details. |
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