Delen via


ResourceOperation Class

Definition

Resource operation.

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

Properties

Display

Display of the operation.

Name

Name of this operation.

Origin

The operation origin.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceOperation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceOperation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceOperation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceOperation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceOperation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to