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

PipelineGroupExporter(PipelineGroupExporterType, String) Constructor

Definition

Initializes a new instance of PipelineGroupExporter.

public PipelineGroupExporter(Azure.ResourceManager.Monitor.Models.PipelineGroupExporterType exporterType, string name);
new Azure.ResourceManager.Monitor.Models.PipelineGroupExporter : Azure.ResourceManager.Monitor.Models.PipelineGroupExporterType * string -> Azure.ResourceManager.Monitor.Models.PipelineGroupExporter
Public Sub New (exporterType As PipelineGroupExporterType, name As String)

Parameters

exporterType
PipelineGroupExporterType

The type of exporter.

name
String

The name of exporter.

Exceptions

name is null.

Applies to