ReservationsSummariesOperations interface

Interface representing a ReservationsSummaries operations.

Properties

list

Lists the reservations summaries for the defined scope daily or monthly grain. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. In such cases, API call should be made with smaller date ranges.

listByReservationOrder

Lists the reservations summaries for daily or monthly grain. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. In such cases, API call should be made with smaller date ranges.

listByReservationOrderAndReservation

Lists the reservations summaries for daily or monthly grain. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. In such cases, API call should be made with smaller date ranges.

Property Details

list

Lists the reservations summaries for the defined scope daily or monthly grain. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. In such cases, API call should be made with smaller date ranges.

list: (resourceScope: string, grain: string, options?: ReservationsSummariesListOptionalParams) => PagedAsyncIterableIterator<ReservationSummary, ReservationSummary[], PageSettings>

Property Value

(resourceScope: string, grain: string, options?: ReservationsSummariesListOptionalParams) => PagedAsyncIterableIterator<ReservationSummary, ReservationSummary[], PageSettings>

listByReservationOrder

Lists the reservations summaries for daily or monthly grain. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. In such cases, API call should be made with smaller date ranges.

listByReservationOrder: (reservationOrderId: string, grain: string, options?: ReservationsSummariesListByReservationOrderOptionalParams) => PagedAsyncIterableIterator<ReservationSummary, ReservationSummary[], PageSettings>

Property Value

(reservationOrderId: string, grain: string, options?: ReservationsSummariesListByReservationOrderOptionalParams) => PagedAsyncIterableIterator<ReservationSummary, ReservationSummary[], PageSettings>

listByReservationOrderAndReservation

Lists the reservations summaries for daily or monthly grain. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. In such cases, API call should be made with smaller date ranges.

listByReservationOrderAndReservation: (reservationOrderId: string, reservationId: string, grain: string, options?: ReservationsSummariesListByReservationOrderAndReservationOptionalParams) => PagedAsyncIterableIterator<ReservationSummary, ReservationSummary[], PageSettings>

Property Value

(reservationOrderId: string, reservationId: string, grain: string, options?: ReservationsSummariesListByReservationOrderAndReservationOptionalParams) => PagedAsyncIterableIterator<ReservationSummary, ReservationSummary[], PageSettings>