Package version:

Interface CapacityReservationGroupInstanceView

interface CapacityReservationGroupInstanceView {
    capacityReservations?: CapacityReservationInstanceViewWithName[];
    sharedSubscriptionIds?: SubResourceReadOnly[];
}

Properties

List of instance view of the capacity reservations under the capacity reservation group. NOTE: This property will not be serialized. It can only be populated by the server.

sharedSubscriptionIds?: SubResourceReadOnly[]

List of the subscriptions that the capacity reservation group is shared with. Note: Minimum api-version: 2023-09-01. Please refer to https://aka.ms/computereservationsharing for more details. NOTE: This property will not be serialized. It can only be populated by the server.