Share via


EdgeContextPatchProperties Class

Definition

The updatable properties of the Context.

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

Constructors

EdgeContextPatchProperties()

Initializes a new instance of EdgeContextPatchProperties.

Properties

Capabilities

List of Capabilities.

Hierarchies

List of Hierarchies.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeContextPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeContextPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeContextPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeContextPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeContextPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to