PrivateStoreResource.AnyExistingOffersInTheCollectionsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Query whether exists any offer in the collections.
- Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/anyExistingOffersInTheCollections
- Operation Id: PrivateStore_AnyExistingOffersInTheCollections
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.AnyExistingOffersInTheCollectionsResult>> AnyExistingOffersInTheCollectionsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member AnyExistingOffersInTheCollectionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.AnyExistingOffersInTheCollectionsResult>>
override this.AnyExistingOffersInTheCollectionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.AnyExistingOffersInTheCollectionsResult>>
Public Overridable Function AnyExistingOffersInTheCollectionsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AnyExistingOffersInTheCollectionsResult))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.