다음을 통해 공유


EdgeSchemaPatch Class

Definition

The type used for update operations of the Schema.

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

Constructors

EdgeSchemaPatch()

Initializes a new instance of EdgeSchemaPatch.

Properties

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeSchemaPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeSchemaPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeSchemaPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeSchemaPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeSchemaPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to