ArmIotOperationsModelFactory.BrokerDiagnosticSelfCheck Method

Definition

public static Azure.ResourceManager.IotOperations.Models.BrokerDiagnosticSelfCheck BrokerDiagnosticSelfCheck(Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode? mode = default, int? intervalSeconds = default, int? timeoutSeconds = default);
static member BrokerDiagnosticSelfCheck : Nullable<Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.IotOperations.Models.BrokerDiagnosticSelfCheck
Public Shared Function BrokerDiagnosticSelfCheck (Optional mode As Nullable(Of IotOperationsOperationalMode) = Nothing, Optional intervalSeconds As Nullable(Of Integer) = Nothing, Optional timeoutSeconds As Nullable(Of Integer) = Nothing) As BrokerDiagnosticSelfCheck

Parameters

mode
Nullable<IotOperationsOperationalMode>

The toggle to enable/disable self check.

intervalSeconds
Nullable<Int32>

The self check interval.

timeoutSeconds
Nullable<Int32>

The timeout for self check.

Returns

A new BrokerDiagnosticSelfCheck instance for mocking.

Applies to