Compartilhar via


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