Share via


Offers interface

Interface representing a Offers.

Methods

get(string, string, string, string, OffersGetOptionalParams)

Get Offer resource details within a publisher of HCI Cluster.

listByCluster(string, string, OffersListByClusterOptionalParams)

List Offers available across publishers for the HCI Cluster.

listByPublisher(string, string, string, OffersListByPublisherOptionalParams)

List Offers available for a publisher within the HCI Cluster.

Method Details

get(string, string, string, string, OffersGetOptionalParams)

Get Offer resource details within a publisher of HCI Cluster.

function get(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, options?: OffersGetOptionalParams): Promise<Offer>

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
OffersGetOptionalParams

The options parameters.

Returns

Promise<Offer>

listByCluster(string, string, OffersListByClusterOptionalParams)

List Offers available across publishers for the HCI Cluster.

function listByCluster(resourceGroupName: string, clusterName: string, options?: OffersListByClusterOptionalParams): PagedAsyncIterableIterator<Offer, Offer[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

clusterName

string

The name of the cluster.

options
OffersListByClusterOptionalParams

The options parameters.

Returns

listByPublisher(string, string, string, OffersListByPublisherOptionalParams)

List Offers available for a publisher within the HCI Cluster.

function listByPublisher(resourceGroupName: string, clusterName: string, publisherName: string, options?: OffersListByPublisherOptionalParams): PagedAsyncIterableIterator<Offer, Offer[], 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.

options
OffersListByPublisherOptionalParams

The options parameters.

Returns