Share via


EdgeSitePatch Class

Definition

The type used for update operations of the Site.

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

Constructors

EdgeSitePatch()

Initializes a new instance of EdgeSitePatch.

Properties

Properties

The updatable properties of the Site.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeSitePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeSitePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeSitePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeSitePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeSitePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to