ArmMonitorPipelineGroupsModelFactory.PipelineGroupExporter Method
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.
public static Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupExporter PipelineGroupExporter(Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupExporterType type = default, string name = default, Azure.ResourceManager.Monitor.PipelineGroups.Models.AzureMonitorWorkspaceLogsExporter azureMonitorWorkspaceLogs = default);
static member PipelineGroupExporter : Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupExporterType * string * Azure.ResourceManager.Monitor.PipelineGroups.Models.AzureMonitorWorkspaceLogsExporter -> Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupExporter
Public Shared Function PipelineGroupExporter (Optional type As PipelineGroupExporterType = Nothing, Optional name As String = Nothing, Optional azureMonitorWorkspaceLogs As AzureMonitorWorkspaceLogsExporter = Nothing) As PipelineGroupExporter
Parameters
The type of exporter.
- name
- String
The name of exporter.
- azureMonitorWorkspaceLogs
- AzureMonitorWorkspaceLogsExporter
Azure Monitor Workspace Logs specific configurations.
Returns
A new PipelineGroupExporter instance for mocking.