PrivateStoreResource.AnyExistingOffersInTheCollections Method

Definition

Query whether exists any offer in the collections.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to