IotOperationsAkriConnectorTemplateProperties Class

Definition

AkriConnectorTemplate properties.

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

Constructors

Name Description
IotOperationsAkriConnectorTemplateProperties(AkriConnectorTemplateRuntimeConfiguration, IEnumerable<AkriConnectorTemplateDeviceInboundEndpointType>)

Initializes a new instance of IotOperationsAkriConnectorTemplateProperties.

Properties

Name Description
AioMetadata

Metadata about AIO.

ConnectorMetadataRef

A reference to a connector metadata document reference in a container registry.

DeviceInboundEndpointTypes

Device inbound endpoint types.

DiagnosticsLogsLevel

The log level. Examples - 'debug', 'info', 'warn', 'error', 'trace'.

HealthState

The health state of the resource.

LogsLevel

The log level. Examples - 'debug', 'info', 'warn', 'error', 'trace'.

MqttConnectionConfiguration

Mqtt connection configuration settings.

ProvisioningState

The status of the last operation.

RuntimeConfiguration

The runtime configuration for the Connector template.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<IotOperationsAkriConnectorTemplateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotOperationsAkriConnectorTemplateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotOperationsAkriConnectorTemplateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotOperationsAkriConnectorTemplateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotOperationsAkriConnectorTemplateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to