RackSkus interface

Interface representing a RackSkus.

Methods

get(string, RackSkusGetOptionalParams)

Get the properties of the provided rack SKU.

listBySubscription(RackSkusListBySubscriptionOptionalParams)

Get a list of rack SKUs in the provided subscription.

Method Details

get(string, RackSkusGetOptionalParams)

Get the properties of the provided rack SKU.

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

Parameters

rackSkuName

string

The name of the rack SKU.

options
RackSkusGetOptionalParams

The options parameters.

Returns

Promise<RackSku>

listBySubscription(RackSkusListBySubscriptionOptionalParams)

Get a list of rack SKUs in the provided subscription.

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

Parameters

options
RackSkusListBySubscriptionOptionalParams

The options parameters.

Returns