CapacityReservationProfile Class
The parameters of a capacity reservation Profile.
Constructor
CapacityReservationProfile(*args: Any, **kwargs: Any)
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. |
|
disable_capacity_reservation_assignment
|
Specifies whether the virtual machine is explicitly opted out from being associated with any capacity reservation. When set to true, the virtual machine will not be allowed to implicitly or explicitly associate with any type of capacity reservation and will consume capacity from the publicly available capacity. Minimum api-version: 2026-04-01. |
Attributes
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.
capacity_reservation_group: _models.SubResource | None
disable_capacity_reservation_assignment
Specifies whether the virtual machine is explicitly opted out from being associated with any capacity reservation. When set to true, the virtual machine will not be allowed to implicitly or explicitly associate with any type of capacity reservation and will consume capacity from the publicly available capacity. Minimum api-version: 2026-04-01.
disable_capacity_reservation_assignment: bool | None