PrivateStoreResource.PerformActionOnBulkCollections 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.
Perform an action on bulk collections
- Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/bulkCollectionsAction
- Operation Id: PrivateStore_BulkCollectionsAction
public virtual Azure.Response<Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionResult> PerformActionOnBulkCollections (Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member PerformActionOnBulkCollections : Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionResult>
override this.PerformActionOnBulkCollections : Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionResult>
Public Overridable Function PerformActionOnBulkCollections (Optional content As BulkCollectionsActionContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BulkCollectionsActionResult)
Parameters
- content
- BulkCollectionsActionContent
The BulkCollectionsActionContent to use.
- cancellationToken
- CancellationToken
The cancellation token to use.