Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReservationsDetails

Package version

Class representing a ReservationsDetails.

Hierarchy

  • ReservationsDetails

Index

Constructors

constructor

Methods

listByReservationOrder

  • listByReservationOrder(reservationOrderId: string, filter: string, options?: msRest.RequestOptionsBase): Promise<Models.ReservationsDetailsListByReservationOrderResponse>
  • listByReservationOrder(reservationOrderId: string, filter: string, callback: msRest.ServiceCallback<ReservationDetailsListResult>): void
  • listByReservationOrder(reservationOrderId: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ReservationDetailsListResult>): void
  • Lists the reservations details for provided date range.

    Parameters

    • reservationOrderId: string

      Order Id of the reservation

    • filter: string

      Filter reservation details by date range. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReservationsDetailsListByReservationOrderResponse>

    Promise<Models.ReservationsDetailsListByReservationOrderResponse>

  • Parameters

    • reservationOrderId: string

      Order Id of the reservation

    • filter: string

      Filter reservation details by date range. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'

    • callback: msRest.ServiceCallback<ReservationDetailsListResult>

      The callback

    Returns void

  • Parameters

    • reservationOrderId: string

      Order Id of the reservation

    • filter: string

      Filter reservation details by date range. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ReservationDetailsListResult>

      The callback

    Returns void

listByReservationOrderAndReservation

  • listByReservationOrderAndReservation(reservationOrderId: string, reservationId: string, filter: string, options?: msRest.RequestOptionsBase): Promise<Models.ReservationsDetailsListByReservationOrderAndReservationResponse>
  • listByReservationOrderAndReservation(reservationOrderId: string, reservationId: string, filter: string, callback: msRest.ServiceCallback<ReservationDetailsListResult>): void
  • listByReservationOrderAndReservation(reservationOrderId: string, reservationId: string, filter: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ReservationDetailsListResult>): void
  • Lists the reservations details for provided date range.

    Parameters

    • reservationOrderId: string

      Order Id of the reservation

    • reservationId: string

      Id of the reservation

    • filter: string

      Filter reservation details by date range. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReservationsDetailsListByReservationOrderAndReservationResponse>

    Promise<Models.ReservationsDetailsListByReservationOrderAndReservationResponse>

  • Parameters

    • reservationOrderId: string

      Order Id of the reservation

    • reservationId: string

      Id of the reservation

    • filter: string

      Filter reservation details by date range. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'

    • callback: msRest.ServiceCallback<ReservationDetailsListResult>

      The callback

    Returns void

  • Parameters

    • reservationOrderId: string

      Order Id of the reservation

    • reservationId: string

      Id of the reservation

    • filter: string

      Filter reservation details by date range. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ReservationDetailsListResult>

      The callback

    Returns void

listByReservationOrderAndReservationNext

  • listByReservationOrderAndReservationNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReservationsDetailsListByReservationOrderAndReservationNextResponse>
  • listByReservationOrderAndReservationNext(nextPageLink: string, callback: msRest.ServiceCallback<ReservationDetailsListResult>): void
  • listByReservationOrderAndReservationNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ReservationDetailsListResult>): void
  • Lists the reservations details for provided date range.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReservationsDetailsListByReservationOrderAndReservationNextResponse>

    Promise<Models.ReservationsDetailsListByReservationOrderAndReservationNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ReservationDetailsListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ReservationDetailsListResult>

      The callback

    Returns void

listByReservationOrderNext

  • listByReservationOrderNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReservationsDetailsListByReservationOrderNextResponse>
  • listByReservationOrderNext(nextPageLink: string, callback: msRest.ServiceCallback<ReservationDetailsListResult>): void
  • listByReservationOrderNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ReservationDetailsListResult>): void
  • Lists the reservations details for provided date range.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReservationsDetailsListByReservationOrderNextResponse>

    Promise<Models.ReservationsDetailsListByReservationOrderNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ReservationDetailsListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ReservationDetailsListResult>

      The callback

    Returns void

Generated using TypeDoc