Share via


BrokerDiagnosticSelfCheck Class

Definition

Broker Diagnostic Self check properties.

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

Constructors

BrokerDiagnosticSelfCheck()

Initializes a new instance of BrokerDiagnosticSelfCheck.

Properties

IntervalSeconds

The self check interval.

Mode

The toggle to enable/disable self check.

TimeoutSeconds

The timeout for self check.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BrokerDiagnosticSelfCheck>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BrokerDiagnosticSelfCheck>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BrokerDiagnosticSelfCheck>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BrokerDiagnosticSelfCheck>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BrokerDiagnosticSelfCheck>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to