ArmIotOperationsModelFactory.IotOperationsBatchingConfig 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.IotOperationsBatchingConfig IotOperationsBatchingConfig(int? latencySeconds = default, int? maxMessages = default);
static member IotOperationsBatchingConfig : Nullable<int> * Nullable<int> -> Azure.ResourceManager.IotOperations.Models.IotOperationsBatchingConfig
Public Shared Function IotOperationsBatchingConfig (Optional latencySeconds As Nullable(Of Integer) = Nothing, Optional maxMessages As Nullable(Of Integer) = Nothing) As IotOperationsBatchingConfig
Parameters
Returns
A new IotOperationsBatchingConfig instance for mocking.