Share via


ResourceOperationDisplay Class

Definition

Display of the operation.

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

Properties

Name Description
Description

The description of the operation.

Operation

The operation.

Provider

The resource provider name.

Resource

The resource name.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ResourceOperationDisplay>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceOperationDisplay>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceOperationDisplay>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceOperationDisplay>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceOperationDisplay>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to