PrivateStoreResource.PerformActionOnBulkCollectionsAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionResult>> PerformActionOnBulkCollectionsAsync (Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member PerformActionOnBulkCollectionsAsync : Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionResult>>
override this.PerformActionOnBulkCollectionsAsync : Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionResult>>
Public Overridable Function PerformActionOnBulkCollectionsAsync (Optional content As BulkCollectionsActionContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BulkCollectionsActionResult))
Parameters
- content
- BulkCollectionsActionContent
The BulkCollectionsActionContent to use.
- cancellationToken
- CancellationToken
The cancellation token to use.