ArmIotOperationsModelFactory.DataflowProfileDiagnostics Method

Definition

public static Azure.ResourceManager.IotOperations.Models.DataflowProfileDiagnostics DataflowProfileDiagnostics(string logsLevel = default, int? metricsPrometheusPort = default);
static member DataflowProfileDiagnostics : string * Nullable<int> -> Azure.ResourceManager.IotOperations.Models.DataflowProfileDiagnostics
Public Shared Function DataflowProfileDiagnostics (Optional logsLevel As String = Nothing, Optional metricsPrometheusPort As Nullable(Of Integer) = Nothing) As DataflowProfileDiagnostics

Parameters

logsLevel
String

The log level. Examples - 'debug', 'info', 'warn', 'error', 'trace'.

metricsPrometheusPort
Nullable<Int32>

The prometheus port to expose the metrics.

Returns

A new DataflowProfileDiagnostics instance for mocking.

Applies to