ArmComputeScheduleModelFactory.CancelOperationsContent 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.
This is the request to cancel running operations in scheduled actions using the operation ids.
public static Azure.ResourceManager.ComputeSchedule.Models.CancelOperationsContent CancelOperationsContent(System.Collections.Generic.IEnumerable<string> operationIds = default, string correlationId = default);
static member CancelOperationsContent : seq<string> * string -> Azure.ResourceManager.ComputeSchedule.Models.CancelOperationsContent
Public Shared Function CancelOperationsContent (Optional operationIds As IEnumerable(Of String) = Nothing, Optional correlationId As String = Nothing) As CancelOperationsContent
Parameters
- operationIds
- IEnumerable<String>
The list of operation ids to cancel operations on.
- correlationId
- String
CorrelationId item.
Returns
A new CancelOperationsContent instance for mocking.