DataflowEndpointOpenTelemetry Constructor

Definition

Initializes a new instance of DataflowEndpointOpenTelemetry.

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

Parameters

host
String

Host of the OpenTelemetry in the form of <host>:<port>.

authentication
DataflowOpenTelemetryAuthentication

Authentication properties for OpenTelemetry endpoints.

Exceptions

host or authentication is null.

Applies to