PipelineGroupProcessor Class
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.
Processor Info.
public class PipelineGroupProcessor : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupProcessor>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupProcessor>
type PipelineGroupProcessor = class
interface IJsonModel<PipelineGroupProcessor>
interface IPersistableModel<PipelineGroupProcessor>
Public Class PipelineGroupProcessor
Implements IJsonModel(Of PipelineGroupProcessor), IPersistableModel(Of PipelineGroupProcessor)
- Inheritance
-
PipelineGroupProcessor
- Implements
Constructors
| Name | Description |
|---|---|
| PipelineGroupProcessor(PipelineGroupProcessorType, String) |
Initializes a new instance of PipelineGroupProcessor. |
Properties
| Name | Description |
|---|---|
| Batch |
Batch processor configurations. |
| Name |
The name of processor. |
| TransformStatement |
Transform statement to execute over the data passing through the processor. |
| Type |
The type of processor. |