다음을 통해 공유


CancelOperationsResult Class

Definition

This is the response from a cancel operations request.

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

Properties

Results

An array of resource operations that were successfully cancelled.

Explicit Interface Implementations

IJsonModel<CancelOperationsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CancelOperationsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CancelOperationsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CancelOperationsResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CancelOperationsResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to