ReservationsDetailsOperations interface
Interface representing a ReservationsDetails operations.
Properties
| list | Lists the reservations details for provided date range. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. If the data size is too large, customers may also get 504 as the API timed out preparing the data. In such cases, API call should be made with smaller date ranges or a call to Generate Reservation Details Report API should be made as it is asynchronous and will not run into response size time outs. |
| list |
Lists the reservations details for provided date range. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. If the data size is too large, customers may also get 504 as the API timed out preparing the data. In such cases, API call should be made with smaller date ranges or a call to Generate Reservation Details Report API should be made as it is asynchronous and will not run into response size time outs. |
| list |
Lists the reservations details for provided date range. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. If the data size is too large, customers may also get 504 as the API timed out preparing the data. In such cases, API call should be made with smaller date ranges or a call to Generate Reservation Details Report API should be made as it is asynchronous and will not run into response size time outs. |
Property Details
list
Lists the reservations details for provided date range. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. If the data size is too large, customers may also get 504 as the API timed out preparing the data. In such cases, API call should be made with smaller date ranges or a call to Generate Reservation Details Report API should be made as it is asynchronous and will not run into response size time outs.
list: (resourceScope: string, options?: ReservationsDetailsListOptionalParams) => PagedAsyncIterableIterator<ReservationDetail, ReservationDetail[], PageSettings>
Property Value
(resourceScope: string, options?: ReservationsDetailsListOptionalParams) => PagedAsyncIterableIterator<ReservationDetail, ReservationDetail[], PageSettings>
listByReservationOrder
Lists the reservations details for provided date range. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. If the data size is too large, customers may also get 504 as the API timed out preparing the data. In such cases, API call should be made with smaller date ranges or a call to Generate Reservation Details Report API should be made as it is asynchronous and will not run into response size time outs.
listByReservationOrder: (reservationOrderId: string, filter: string, options?: ReservationsDetailsListByReservationOrderOptionalParams) => PagedAsyncIterableIterator<ReservationDetail, ReservationDetail[], PageSettings>
Property Value
(reservationOrderId: string, filter: string, options?: ReservationsDetailsListByReservationOrderOptionalParams) => PagedAsyncIterableIterator<ReservationDetail, ReservationDetail[], PageSettings>
listByReservationOrderAndReservation
Lists the reservations details for provided date range. Note: ARM has a payload size limit of 12MB, so currently callers get 400 when the response size exceeds the ARM limit. If the data size is too large, customers may also get 504 as the API timed out preparing the data. In such cases, API call should be made with smaller date ranges or a call to Generate Reservation Details Report API should be made as it is asynchronous and will not run into response size time outs.
listByReservationOrderAndReservation: (reservationOrderId: string, reservationId: string, filter: string, options?: ReservationsDetailsListByReservationOrderAndReservationOptionalParams) => PagedAsyncIterableIterator<ReservationDetail, ReservationDetail[], PageSettings>
Property Value
(reservationOrderId: string, reservationId: string, filter: string, options?: ReservationsDetailsListByReservationOrderAndReservationOptionalParams) => PagedAsyncIterableIterator<ReservationDetail, ReservationDetail[], PageSettings>