DataflowEndpointMqtt(DataflowEndpointMqttAuthentication) 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 DataflowEndpointMqtt.
public DataflowEndpointMqtt(Azure.ResourceManager.IotOperations.Models.DataflowEndpointMqttAuthentication authentication);
new Azure.ResourceManager.IotOperations.Models.DataflowEndpointMqtt : Azure.ResourceManager.IotOperations.Models.DataflowEndpointMqttAuthentication -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointMqtt
Public Sub New (authentication As DataflowEndpointMqttAuthentication)
Parameters
- authentication
- DataflowEndpointMqttAuthentication
authentication properties. DEFAULT: kubernetes.audience=aio-internal. NOTE - Enum field only property is allowed.
Exceptions
authentication is null.