Share via


DeviceRegistryExtendedLocation Class

Definition

The extended location.

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

Constructors

DeviceRegistryExtendedLocation(String, String)

Initializes a new instance of DeviceRegistryExtendedLocation.

Properties

ExtendedLocationType

The extended location type.

Name

The extended location name.

Explicit Interface Implementations

IJsonModel<DeviceRegistryExtendedLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceRegistryExtendedLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceRegistryExtendedLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceRegistryExtendedLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceRegistryExtendedLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to