Package version:

Interface CapacityReservationListResult

The list capacity reservation operation response.

interface CapacityReservationListResult {
    nextLink?: string;
    value: CapacityReservation[];
}

Properties

Properties

nextLink?: string

The URI to fetch the next page of capacity reservations. Call ListNext() with this URI to fetch the next page of capacity reservations.

The list of capacity reservations