PrivateStoreResource.PerformActionOnBulkCollections Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Effectuer une action sur les regroupements en bloc
- Chemin de la requête/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/bulkCollectionsAction
- IdPrivateStore_BulkCollectionsAction d’opération
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)
Paramètres
- content
- BulkCollectionsActionContent
BulkCollectionsActionContent à utiliser.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.