Bagikan melalui


PrivateStoreCollectionInfoResource.ApproveAllItemsAsync Method

Definition

Delete all existing offers from the collection and enable approve all items.

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}/approveAllItems
  • Operation Id: PrivateStoreCollection_ApproveAllItems
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>> ApproveAllItemsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ApproveAllItemsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>>
override this.ApproveAllItemsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>>
Public Overridable Function ApproveAllItemsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PrivateStoreCollectionInfoResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to