次の方法で共有


DataflowEndpointKafka(DataflowEndpointKafkaAuthentication, String) Constructor

Definition

Initializes a new instance of DataflowEndpointKafka.

public DataflowEndpointKafka(Azure.ResourceManager.IotOperations.Models.DataflowEndpointKafkaAuthentication authentication, string host);
new Azure.ResourceManager.IotOperations.Models.DataflowEndpointKafka : Azure.ResourceManager.IotOperations.Models.DataflowEndpointKafkaAuthentication * string -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointKafka
Public Sub New (authentication As DataflowEndpointKafkaAuthentication, host As String)

Parameters

authentication
DataflowEndpointKafkaAuthentication

Authentication configuration. NOTE - only authentication property is allowed per entry.

host
String

Kafka endpoint host.

Exceptions

authentication or host is null.

Applies to