CapacityReservationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the type of capacity reservation. Allowed values are 'Block' for block capacity reservations and 'Targeted' for reservations that enable a VM to consume a specific capacity reservation when a capacity reservation group is provided. The reservation type is immutable and cannot be changed after it is assigned.
public enum CapacityReservationType
type CapacityReservationType =
Public Enum CapacityReservationType
- Inheritance
-
CapacityReservationType
Fields
| Name | Value | Description |
|---|---|---|
| Targeted | 0 | To consume on demand allocated capacity reservation when a capacity reservation group is provided. |
| Block | 1 | To consume scheduled allocated block capacity reservation when a capacity reservation group is provided. |