ArmMonitorPipelineGroupsModelFactory.PipelineGroupBatchProcessor 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.Monitor.PipelineGroups.Models.PipelineGroupBatchProcessor PipelineGroupBatchProcessor(int? batchSize = default, int? timeoutInMilliseconds = default);
static member PipelineGroupBatchProcessor : Nullable<int> * Nullable<int> -> Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupBatchProcessor
Public Shared Function PipelineGroupBatchProcessor (Optional batchSize As Nullable(Of Integer) = Nothing, Optional timeoutInMilliseconds As Nullable(Of Integer) = Nothing) As PipelineGroupBatchProcessor
Parameters
Returns
A new PipelineGroupBatchProcessor instance for mocking.