Share via


EdgeSchemaPatchProperties Class

Definition

The updatable properties of the Schema.

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

Constructors

EdgeSchemaPatchProperties()

Initializes a new instance of EdgeSchemaPatchProperties.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeSchemaPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeSchemaPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeSchemaPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeSchemaPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeSchemaPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to