你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PipelineGroupProcessor(PipelineGroupProcessorType, String) Constructor

Definition

Initializes a new instance of PipelineGroupProcessor.

public PipelineGroupProcessor(Azure.ResourceManager.Monitor.Models.PipelineGroupProcessorType processorType, string name);
new Azure.ResourceManager.Monitor.Models.PipelineGroupProcessor : Azure.ResourceManager.Monitor.Models.PipelineGroupProcessorType * string -> Azure.ResourceManager.Monitor.Models.PipelineGroupProcessor
Public Sub New (processorType As PipelineGroupProcessorType, name As String)

Parameters

processorType
PipelineGroupProcessorType

The type of processor.

name
String

The name of processor.

Exceptions

name is null.

Applies to