Bagikan melalui


PrivateStoreCollectionInfoResource.ApproveAllItems(CancellationToken) 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 Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource> ApproveAllItems (System.Threading.CancellationToken cancellationToken = default);
abstract member ApproveAllItems : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>
override this.ApproveAllItems : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>
Public Overridable Function ApproveAllItems (Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateStoreCollectionInfoResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to