Share via


DataflowProfileDiagnostics Class

Definition

DataflowProfile Diagnostics properties.

public class DataflowProfileDiagnostics : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.DataflowProfileDiagnostics>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.DataflowProfileDiagnostics>
type DataflowProfileDiagnostics = class
    interface IJsonModel<DataflowProfileDiagnostics>
    interface IPersistableModel<DataflowProfileDiagnostics>
Public Class DataflowProfileDiagnostics
Implements IJsonModel(Of DataflowProfileDiagnostics), IPersistableModel(Of DataflowProfileDiagnostics)
Inheritance
DataflowProfileDiagnostics
Implements

Constructors

DataflowProfileDiagnostics()

Initializes a new instance of DataflowProfileDiagnostics.

Properties

LogsLevel

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

MetricsPrometheusPort

The prometheus port to expose the metrics.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataflowProfileDiagnostics>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataflowProfileDiagnostics>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataflowProfileDiagnostics>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataflowProfileDiagnostics>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataflowProfileDiagnostics>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to