IotOperationsAkriConnectorTemplateProperties Constructor
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.
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.