Delen via


DataflowEndpointMqtt(DataflowEndpointMqttAuthentication) Constructor

Definition

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.

Applies to