Share via


DeviceUpdateAccountLocationDetail Class

Definition

The DeviceUpdateAccountLocationDetail.

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

Properties

Name

Gets the name.

Role

Whether the ___location is primary or failover.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeviceUpdateAccountLocationDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceUpdateAccountLocationDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceUpdateAccountLocationDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceUpdateAccountLocationDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceUpdateAccountLocationDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to