Share via


EdgeContextPatch Class

Definition

The type used for update operations of the Context.

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

Constructors

EdgeContextPatch()

Initializes a new instance of EdgeContextPatch.

Properties

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeContextPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeContextPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeContextPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeContextPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeContextPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to