DataflowEndpointOpenTelemetry 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 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.