CapacityReservationType Enum

Definition

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.

Applies to