PrivateStoreCollectionInfoResource.ApproveAllItems(CancellationToken) 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.
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.