ArmComputeScheduleModelFactory.CancelOperationsContent Method

Definition

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.

Applies to