RackSkus interface
Interface representing a RackSkus.
Methods
get(string, Rack |
Get the properties of the provided rack SKU. |
list |
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
The options parameters.