IotOperationsAkriConnectorTemplateProperties Constructor

Definition

Initializes a new instance of IotOperationsAkriConnectorTemplateProperties.

public IotOperationsAkriConnectorTemplateProperties(Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateRuntimeConfiguration runtimeConfiguration, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateDeviceInboundEndpointType> deviceInboundEndpointTypes);
new Azure.ResourceManager.IotOperations.Models.IotOperationsAkriConnectorTemplateProperties : Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateRuntimeConfiguration * seq<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateDeviceInboundEndpointType> -> Azure.ResourceManager.IotOperations.Models.IotOperationsAkriConnectorTemplateProperties
Public Sub New (runtimeConfiguration As AkriConnectorTemplateRuntimeConfiguration, deviceInboundEndpointTypes As IEnumerable(Of AkriConnectorTemplateDeviceInboundEndpointType))

Parameters

runtimeConfiguration
AkriConnectorTemplateRuntimeConfiguration

The runtime configuration for the Connector template.

deviceInboundEndpointTypes
IEnumerable<AkriConnectorTemplateDeviceInboundEndpointType>

Device inbound endpoint types.

Exceptions

runtimeConfiguration or deviceInboundEndpointTypes is null.

Applies to