OfferCollection.GetAllAsync(String, CancellationToken) Method

Definition

List Offers available for a publisher within the HCI Cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/publishers/{publisherName}/offers
  • Operation Id: Offers_ListByPublisher
public virtual Azure.AsyncPageable<Azure.ResourceManager.Hci.OfferResource> GetAllAsync (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.OfferResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.OfferResource>
Public Overridable Function GetAllAsync (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OfferResource)

Parameters

expand
String

Specify $expand=content,contentVersion to populate additional fields related to the marketplace offer.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of OfferResource that may take multiple service requests to iterate over.

Applies to