ArmIotOperationsModelFactory.DataflowEndpointOpenTelemetry Method
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.
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 configuration.
- authentication
- DataflowOpenTelemetryAuthentication
Authentication properties for OpenTelemetry endpoints.
Returns
A new DataflowEndpointOpenTelemetry instance for mocking.