PrivateStoreResource.QueryOffersAsync(CancellationToken) Method

Definition

List of offers, regardless the collections

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/queryOffers
  • Operation Id: PrivateStore_QueryOffers
public virtual Azure.AsyncPageable<Azure.ResourceManager.Marketplace.Models.PrivateStoreOfferResult> QueryOffersAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member QueryOffersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Marketplace.Models.PrivateStoreOfferResult>
override this.QueryOffersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Marketplace.Models.PrivateStoreOfferResult>
Public Overridable Function QueryOffersAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PrivateStoreOfferResult)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to