Share via


SiteAddressProperties Class

Definition

Site address properties.

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

Constructors

SiteAddressProperties()

Initializes a new instance of SiteAddressProperties.

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<SiteAddressProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteAddressProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteAddressProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteAddressProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteAddressProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to