ReservationOrdersOperations interface
Interface representing a ReservationOrders operations.
Properties
| get |
Get the details of the ReservationOrder in the billing account. |
| list |
List all the ReservationOrders in the billing account. |
Property Details
getByBillingAccount
Get the details of the ReservationOrder in the billing account.
getByBillingAccount: (billingAccountName: string, reservationOrderId: string, options?: ReservationOrdersGetByBillingAccountOptionalParams) => Promise<ReservationOrder>
Property Value
(billingAccountName: string, reservationOrderId: string, options?: ReservationOrdersGetByBillingAccountOptionalParams) => Promise<ReservationOrder>
listByBillingAccount
List all the ReservationOrders in the billing account.
listByBillingAccount: (billingAccountName: string, options?: ReservationOrdersListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<ReservationOrder, ReservationOrder[], PageSettings>
Property Value
(billingAccountName: string, options?: ReservationOrdersListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<ReservationOrder, ReservationOrder[], PageSettings>