Share via


SkusOperations interface

Interface representing a Skus operations.

Properties

get

Get SKU resource details within a offer of HCI Cluster.

listByOffer

List Skus available for a offer within the HCI Cluster.

Property Details

get

Get SKU resource details within a offer of HCI Cluster.

get: (resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, skuName: string, options?: SkusGetOptionalParams) => Promise<Sku>

Property Value

(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, skuName: string, options?: SkusGetOptionalParams) => Promise<Sku>

listByOffer

List Skus available for a offer within the HCI Cluster.

listByOffer: (resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, options?: SkusListByOfferOptionalParams) => PagedAsyncIterableIterator<Sku, Sku[], PageSettings>

Property Value

(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, options?: SkusListByOfferOptionalParams) => PagedAsyncIterableIterator<Sku, Sku[], PageSettings>