ArmIotOperationsModelFactory.BrokerDiagnosticSelfCheck 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.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
The toggle to enable/disable self check.
Returns
A new BrokerDiagnosticSelfCheck instance for mocking.