Share via


IotCentralAppTemplateLocation Class

Definition

IoT Central Application Template Locations.

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

Properties

DisplayName

The display name of the ___location.

Location

The ID of the ___location.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotCentralAppTemplateLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotCentralAppTemplateLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotCentralAppTemplateLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotCentralAppTemplateLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotCentralAppTemplateLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to