共用方式為


AzureReservationAPI class

Extends

建構函式

AzureReservationAPI(TokenCredential, AzureReservationAPIOptionalParams)

初始化 AzureReservationAPI 類別的新實例。

屬性

$host
calculateExchange
calculateRefund
exchange
operation
quota
quotaRequestStatus
reservation
reservationOrder
return

繼承的屬性

pipeline

此用戶端用來提出要求的管線

方法

getAppliedReservationList(string, GetAppliedReservationListOptionalParams)

取得套用至此訂用帳戶或此訂用帳戶下之資源群組的適用 Reservation

listCatalog(string, GetCatalogOptionalParams)

取得可供 RI 購買指定 Azure 訂用帳戶的區域和 SKU。

繼承的方法

sendOperationRequest<T>(OperationArguments, OperationSpec)

傳送使用提供的 OperationSpec 填入的 HTTP 要求。

sendRequest(PipelineRequest)

傳送提供的 HTTPRequest。

建構函式詳細資料

AzureReservationAPI(TokenCredential, AzureReservationAPIOptionalParams)

初始化 AzureReservationAPI 類別的新實例。

new AzureReservationAPI(credentials: TokenCredential, options?: AzureReservationAPIOptionalParams)

參數

credentials
TokenCredential

可唯一識別用戶端訂用帳戶的訂用帳號憑證。

options
AzureReservationAPIOptionalParams

參數選項

屬性詳細資料

$host

$host: string

屬性值

string

calculateExchange

calculateExchange: CalculateExchange

屬性值

calculateRefund

calculateRefund: CalculateRefund

屬性值

exchange

exchange: Exchange

屬性值

operation

operation: Operation

屬性值

quota

quota: Quota

屬性值

quotaRequestStatus

quotaRequestStatus: QuotaRequestStatus

屬性值

reservation

reservation: Reservation

屬性值

reservationOrder

reservationOrder: ReservationOrder

屬性值

return

return: Return

屬性值

繼承的屬性詳細資料

pipeline

此用戶端用來提出要求的管線

pipeline: Pipeline

屬性值

繼承自 coreClient.ServiceClient.pipeline

方法詳細資料

getAppliedReservationList(string, GetAppliedReservationListOptionalParams)

取得套用至此訂用帳戶或此訂用帳戶下之資源群組的適用 Reservation

function getAppliedReservationList(subscriptionId: string, options?: GetAppliedReservationListOptionalParams): Promise<AppliedReservations>

參數

subscriptionId

string

訂用帳戶的識別碼

options
GetAppliedReservationListOptionalParams

選項參數。

傳回

listCatalog(string, GetCatalogOptionalParams)

取得可供 RI 購買指定 Azure 訂用帳戶的區域和 SKU。

function listCatalog(subscriptionId: string, options?: GetCatalogOptionalParams): PagedAsyncIterableIterator<Catalog, Catalog[], PageSettings>

參數

subscriptionId

string

訂用帳戶的識別碼

options
GetCatalogOptionalParams

選項參數。

傳回

繼承的方法的詳細資料

sendOperationRequest<T>(OperationArguments, OperationSpec)

傳送使用提供的 OperationSpec 填入的 HTTP 要求。

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

參數

operationArguments
OperationArguments

HTTP 要求樣板化值的引數將會從 中填入。

operationSpec
OperationSpec

用來填入 HTTPRequest 的 OperationSpec。

傳回

Promise<T>

繼承自 coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

傳送提供的 HTTPRequest。

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

參數

request
PipelineRequest

傳回

Promise<PipelineResponse>

繼承自 coreClient.ServiceClient.sendRequest