共用方式為


RackSkus interface

代表 RackSkus 的介面。

方法

get(string, RackSkusGetOptionalParams)

取得所提供機架 SKU 的屬性。

listBySubscription(RackSkusListBySubscriptionOptionalParams)

取得所提供訂用帳戶中的機架 SKU 清單。

方法詳細資料

get(string, RackSkusGetOptionalParams)

取得所提供機架 SKU 的屬性。

function get(rackSkuName: string, options?: RackSkusGetOptionalParams): Promise<RackSku>

參數

rackSkuName

string

機架 SKU 的名稱。

options
RackSkusGetOptionalParams

選項參數。

傳回

Promise<RackSku>

listBySubscription(RackSkusListBySubscriptionOptionalParams)

取得所提供訂用帳戶中的機架 SKU 清單。

function listBySubscription(options?: RackSkusListBySubscriptionOptionalParams): PagedAsyncIterableIterator<RackSku, RackSku[], PageSettings>

參數

傳回