共用方式為


Return interface

表示 Return 的介面。

方法

beginPost(string, RefundRequest, ReturnPostOptionalParams)

傳回保留並取得退款資訊。

beginPostAndWait(string, RefundRequest, ReturnPostOptionalParams)

傳回保留並取得退款資訊。

方法詳細資料

beginPost(string, RefundRequest, ReturnPostOptionalParams)

傳回保留並取得退款資訊。

function beginPost(reservationOrderId: string, body: RefundRequest, options?: ReturnPostOptionalParams): Promise<SimplePollerLike<OperationState<ReservationOrderResponse>, ReservationOrderResponse>>

參數

reservationOrderId

string

保留的訂單識別碼

body
RefundRequest

傳回保留所需的資訊。

options
ReturnPostOptionalParams

選項參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<ReservationOrderResponse>, ReservationOrderResponse>>

beginPostAndWait(string, RefundRequest, ReturnPostOptionalParams)

傳回保留並取得退款資訊。

function beginPostAndWait(reservationOrderId: string, body: RefundRequest, options?: ReturnPostOptionalParams): Promise<ReservationOrderResponse>

參數

reservationOrderId

string

保留的訂單識別碼

body
RefundRequest

傳回保留所需的資訊。

options
ReturnPostOptionalParams

選項參數。

傳回