ArmMonitorPipelineGroupsModelFactory.PipelineGroupProcessor Method

Definition

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

type
PipelineGroupProcessorType

The type of processor.

name
String

The name of processor.

batch
PipelineGroupBatchProcessor

Batch processor configurations.

transformStatement
String

Transform statement to execute over the data passing through the processor.

Returns

A new PipelineGroupProcessor instance for mocking.

Applies to