Skus interface
Interface representing a Skus.
Methods
| get(string, string, string, string, string, Skus |
Get SKU resource details within a offer of HCI Cluster. |
| list |
List Skus available for a offer within the HCI Cluster. |
Method Details
get(string, string, string, string, string, SkusGetOptionalParams)
Get SKU resource details within a offer of HCI Cluster.
function get(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, skuName: string, options?: SkusGetOptionalParams): Promise<Sku>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterName
-
string
The name of the cluster.
- publisherName
-
string
The name of the publisher available within HCI cluster.
- offerName
-
string
The name of the offer available within HCI cluster.
- skuName
-
string
The name of the SKU available within HCI cluster.
- options
- SkusGetOptionalParams
The options parameters.
Returns
Promise<Sku>
listByOffer(string, string, string, string, SkusListByOfferOptionalParams)
List Skus available for a offer within the HCI Cluster.
function listByOffer(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, options?: SkusListByOfferOptionalParams): PagedAsyncIterableIterator<Sku, Sku[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterName
-
string
The name of the cluster.
- publisherName
-
string
The name of the publisher available within HCI cluster.
- offerName
-
string
The name of the offer available within HCI cluster.
- options
- SkusListByOfferOptionalParams
The options parameters.