OffersOperations interface
Interface representing a Offers operations.
Properties
| get | Get Offer resource details within a publisher of HCI Cluster. |
| list |
List Offers available across publishers for the HCI Cluster. |
| list |
List Offers available for a publisher within the HCI Cluster. |
Property Details
get
Get Offer resource details within a publisher of HCI Cluster.
get: (resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, options?: OffersGetOptionalParams) => Promise<Offer>
Property Value
(resourceGroupName: string, clusterName: string, publisherName: string, offerName: string, options?: OffersGetOptionalParams) => Promise<Offer>
listByCluster
List Offers available across publishers for the HCI Cluster.
listByCluster: (resourceGroupName: string, clusterName: string, options?: OffersListByClusterOptionalParams) => PagedAsyncIterableIterator<Offer, Offer[], PageSettings>
Property Value
(resourceGroupName: string, clusterName: string, options?: OffersListByClusterOptionalParams) => PagedAsyncIterableIterator<Offer, Offer[], PageSettings>
listByPublisher
List Offers available for a publisher within the HCI Cluster.
listByPublisher: (resourceGroupName: string, clusterName: string, publisherName: string, options?: OffersListByPublisherOptionalParams) => PagedAsyncIterableIterator<Offer, Offer[], PageSettings>
Property Value
(resourceGroupName: string, clusterName: string, publisherName: string, options?: OffersListByPublisherOptionalParams) => PagedAsyncIterableIterator<Offer, Offer[], PageSettings>