Dela via


TrafficControllerFrontendPatch Class

Definition

The type used for update operations of the Frontend.

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

Constructors

TrafficControllerFrontendPatch()

Initializes a new instance of TrafficControllerFrontendPatch.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TrafficControllerFrontendPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TrafficControllerFrontendPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TrafficControllerFrontendPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrafficControllerFrontendPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrafficControllerFrontendPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to