Share via


EdgeTargetPatch Class

Definition

The type used for update operations of the Target.

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

Constructors

EdgeTargetPatch()

Initializes a new instance of EdgeTargetPatch.

Properties

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeTargetPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeTargetPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeTargetPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeTargetPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeTargetPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to