PrivateStoreResource.PerformActionOnBulkCollectionsAsync Method

Definition

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to