RackSkusOperations interface

Interface representing a RackSkus operations.

Properties

get

Get the properties of the provided rack SKU.

listBySubscription

Get a list of rack SKUs in the provided subscription.

Property Details

get

Get the properties of the provided rack SKU.

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

Property Value

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

listBySubscription

Get a list of rack SKUs in the provided subscription.

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

Property Value

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