ExchangeOperations interface

Interface representing a Exchange operations.

Properties

beginPost
beginPostAndWait
post

Returns one or more Reservations in exchange for one or more Reservation purchases.

Property Details

beginPost

Warning

This API is now deprecated.

use post instead

beginPost: (body: ExchangeRequest, options?: ExchangePostOptionalParams) => Promise<SimplePollerLike<OperationState<ExchangeOperationResultResponse>, ExchangeOperationResultResponse>>

Property Value

(body: ExchangeRequest, options?: ExchangePostOptionalParams) => Promise<SimplePollerLike<OperationState<ExchangeOperationResultResponse>, ExchangeOperationResultResponse>>

beginPostAndWait

Warning

This API is now deprecated.

use post instead

beginPostAndWait: (body: ExchangeRequest, options?: ExchangePostOptionalParams) => Promise<ExchangeOperationResultResponse>

Property Value

(body: ExchangeRequest, options?: ExchangePostOptionalParams) => Promise<ExchangeOperationResultResponse>

post

Returns one or more Reservations in exchange for one or more Reservation purchases.

post: (body: ExchangeRequest, options?: ExchangePostOptionalParams) => PollerLike<OperationState<ExchangeOperationResultResponse>, ExchangeOperationResultResponse>

Property Value

(body: ExchangeRequest, options?: ExchangePostOptionalParams) => PollerLike<OperationState<ExchangeOperationResultResponse>, ExchangeOperationResultResponse>