Share via


EdgeSiteAddressProperties Class

Definition

Site address properties.

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

Constructors

EdgeSiteAddressProperties()

Initializes a new instance of EdgeSiteAddressProperties.

Properties

City

City of the address.

Country

Country of the address.

PostalCode

Postal or ZIP code of the address.

StateOrProvince

State or province of the address.

StreetAddress1

First line of the street address.

StreetAddress2

Second line of the street address.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeSiteAddressProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeSiteAddressProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeSiteAddressProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeSiteAddressProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeSiteAddressProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to