Share via


EdgeSiteReferenceProperties Class

Definition

Site Reference Properties.

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

Constructors

EdgeSiteReferenceProperties(String)

Initializes a new instance of EdgeSiteReferenceProperties.

Properties

ProvisioningState

Provisioning State.

SiteId

Azure Resource ID for Site.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeSiteReferenceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeSiteReferenceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeSiteReferenceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeSiteReferenceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeSiteReferenceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to