다음을 통해 공유


LogicApiOperationAnnotation Class

Definition

The Api Operation Annotation.

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

Constructors

LogicApiOperationAnnotation()

Initializes a new instance of LogicApiOperationAnnotation.

Properties

Family

The family.

Revision

The revision.

Status

The status annotation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogicApiOperationAnnotation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicApiOperationAnnotation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicApiOperationAnnotation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicApiOperationAnnotation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicApiOperationAnnotation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to