ExchangeOperations interface

Interfaccia che rappresenta operazioni Exchange.

Proprietà

beginPost
beginPostAndWait
post

Restituisce uno o più Reservations in cambio di uno o più acquisti Reservation.

Dettagli proprietà

beginPost

Avviso

Questa API è ora deprecata.

use post instead

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

Valore della proprietà

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

beginPostAndWait

Avviso

Questa API è ora deprecata.

use post instead

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

Valore della proprietà

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

post

Restituisce uno o più Reservations in cambio di uno o più acquisti Reservation.

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

Valore della proprietà

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