Condividi tramite


OperationDisplay Class

Definition

this is the management partner operation.

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

Properties

Description

the is management partner operation description.

Operation

the is management partner operation.

Provider

the is management partner provider.

Resource

the is management partner resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OperationDisplay>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationDisplay>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationDisplay>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationDisplay>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationDisplay>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to