Share via


FrontendPatch Class

Definition

The type used for update operations of the Frontend.

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

Constructors

FrontendPatch()

Initializes a new instance of FrontendPatch.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FrontendPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontendPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontendPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontendPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontendPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to