ArmMonitorPipelineGroupsModelFactory.PipelineGroupProcessor 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.PipelineGroupProcessor PipelineGroupProcessor(Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupProcessorType type = default, string name = default, Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupBatchProcessor batch = default, string transformStatement = default);
static member PipelineGroupProcessor : Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupProcessorType * string * Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupBatchProcessor * string -> Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupProcessor
Public Shared Function PipelineGroupProcessor (Optional type As PipelineGroupProcessorType = Nothing, Optional name As String = Nothing, Optional batch As PipelineGroupBatchProcessor = Nothing, Optional transformStatement As String = Nothing) As PipelineGroupProcessor
Parameters
The type of processor.
- name
- String
The name of processor.
Batch processor configurations.
- transformStatement
- String
Transform statement to execute over the data passing through the processor.
Returns
A new PipelineGroupProcessor instance for mocking.