ArmIotOperationsModelFactory.DataflowProfileDiagnostics 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.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'.
Returns
A new DataflowProfileDiagnostics instance for mocking.