Share via


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.

DeviceInboundEndpointTypes

Device inbound endpoint types.

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. Please note AkriConnectorTemplateRuntimeConfiguration is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AkriConnectorTemplateHelmConfiguration and AkriConnectorTemplateManagedConfiguration.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, 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