IotCentralAppTemplate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IoT Central Application Template.
public class IotCentralAppTemplate
public class IotCentralAppTemplate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotCentral.Models.IotCentralAppTemplate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotCentral.Models.IotCentralAppTemplate>
type IotCentralAppTemplate = class
type IotCentralAppTemplate = class
interface IJsonModel<IotCentralAppTemplate>
interface IPersistableModel<IotCentralAppTemplate>
Public Class IotCentralAppTemplate
Public Class IotCentralAppTemplate
Implements IJsonModel(Of IotCentralAppTemplate), IPersistableModel(Of IotCentralAppTemplate)
- Inheritance
-
IotCentralAppTemplate
- Implements
Properties
Description |
The description of the template. |
Industry |
The industry of the template. |
Locations |
A list of locations that support the template. |
ManifestId |
The ID of the template. |
ManifestVersion |
The version of the template. |
Name |
The name of the template. |
Order |
The order of the template in the templates list. |
Title |
The title of the template. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<IotCentralAppTemplate>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<IotCentralAppTemplate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<IotCentralAppTemplate>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<IotCentralAppTemplate>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<IotCentralAppTemplate>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET