ArmIotOperationsModelFactory.BrokerDiagnosticTraces 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.BrokerDiagnosticTraces BrokerDiagnosticTraces(Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode? mode = default, int? cacheSizeMegabytes = default, Azure.ResourceManager.IotOperations.Models.DiagnosticSelfTracing selfTracing = default, int? spanChannelCapacity = default);
static member BrokerDiagnosticTraces : Nullable<Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode> * Nullable<int> * Azure.ResourceManager.IotOperations.Models.DiagnosticSelfTracing * Nullable<int> -> Azure.ResourceManager.IotOperations.Models.BrokerDiagnosticTraces
Public Shared Function BrokerDiagnosticTraces (Optional mode As Nullable(Of IotOperationsOperationalMode) = Nothing, Optional cacheSizeMegabytes As Nullable(Of Integer) = Nothing, Optional selfTracing As DiagnosticSelfTracing = Nothing, Optional spanChannelCapacity As Nullable(Of Integer) = Nothing) As BrokerDiagnosticTraces
Parameters
The toggle to enable/disable traces.
- selfTracing
- DiagnosticSelfTracing
The self tracing properties.
Returns
A new BrokerDiagnosticTraces instance for mocking.