ArmIotOperationsModelFactory.DataflowEndpointOpenTelemetry Method

Definition

public static Azure.ResourceManager.IotOperations.Models.DataflowEndpointOpenTelemetry DataflowEndpointOpenTelemetry(string host = default, Azure.ResourceManager.IotOperations.Models.IotOperationsBatchingConfig batching = default, Azure.ResourceManager.IotOperations.Models.IotOperationsTlsProperties tls = default, Azure.ResourceManager.IotOperations.Models.DataflowOpenTelemetryAuthentication authentication = default);
static member DataflowEndpointOpenTelemetry : string * Azure.ResourceManager.IotOperations.Models.IotOperationsBatchingConfig * Azure.ResourceManager.IotOperations.Models.IotOperationsTlsProperties * Azure.ResourceManager.IotOperations.Models.DataflowOpenTelemetryAuthentication -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointOpenTelemetry
Public Shared Function DataflowEndpointOpenTelemetry (Optional host As String = Nothing, Optional batching As IotOperationsBatchingConfig = Nothing, Optional tls As IotOperationsTlsProperties = Nothing, Optional authentication As DataflowOpenTelemetryAuthentication = Nothing) As DataflowEndpointOpenTelemetry

Parameters

host
String

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

batching
IotOperationsBatchingConfig

Batching configuration.

tls
IotOperationsTlsProperties

TLS configuration.

authentication
DataflowOpenTelemetryAuthentication

Authentication properties for OpenTelemetry endpoints.

Returns

A new DataflowEndpointOpenTelemetry instance for mocking.

Applies to