CancelOperationsContent Class

Definition

This is the request to cancel running operations in scheduled actions using the operation ids.

public class CancelOperationsContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.CancelOperationsContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.CancelOperationsContent>
type CancelOperationsContent = class
    interface IJsonModel<CancelOperationsContent>
    interface IPersistableModel<CancelOperationsContent>
Public Class CancelOperationsContent
Implements IJsonModel(Of CancelOperationsContent), IPersistableModel(Of CancelOperationsContent)
Inheritance
CancelOperationsContent
Implements

Constructors

CancelOperationsContent(IEnumerable<String>, String)

Initializes a new instance of CancelOperationsContent.

Properties

CorrelationId

CorrelationId item.

OperationIds

The list of operation ids to cancel operations on.

Explicit Interface Implementations

IJsonModel<CancelOperationsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CancelOperationsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CancelOperationsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CancelOperationsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CancelOperationsContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to