다음을 통해 공유


EdgeSitePatchProperties Class

Definition

The updatable properties of the Site.

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

Constructors

EdgeSitePatchProperties()

Initializes a new instance of EdgeSitePatchProperties.

Properties

Description

Description of Site resource.

DisplayName

displayName of Site resource.

Labels

Key-value pairs for labeling the site resource.

SiteAddress

Physical address of the site.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeSitePatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeSitePatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeSitePatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeSitePatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeSitePatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to