PrivateStoreCollectionInfoResource.DisableApproveAllItemsAsync 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.
Disable approve all items for the collection.
- Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}/disableApproveAllItems
- Operation Id: PrivateStoreCollection_DisableApproveAllItems
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>> DisableApproveAllItemsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member DisableApproveAllItemsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>>
override this.DisableApproveAllItemsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>>
Public Overridable Function DisableApproveAllItemsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PrivateStoreCollectionInfoResource))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.