ArmComputeBulkActionsModelFactory.CancelBulkOperationsContent 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.
public static Azure.ResourceManager.Compute.BulkActions.Models.CancelBulkOperationsContent CancelBulkOperationsContent(System.Collections.Generic.IEnumerable<string> operationIds = default);
static member CancelBulkOperationsContent : seq<string> -> Azure.ResourceManager.Compute.BulkActions.Models.CancelBulkOperationsContent
Public Shared Function CancelBulkOperationsContent (Optional operationIds As IEnumerable(Of String) = Nothing) As CancelBulkOperationsContent
Parameters
- operationIds
- IEnumerable<String>
The list of operation ids to cancel operations on.
Returns
A new CancelBulkOperationsContent instance for mocking.