ArmMonitorPipelineGroupsModelFactory.PipelineGroupSchemaMap Method

Definition

Schema map for azure monitor for logs.

public static Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupSchemaMap PipelineGroupSchemaMap(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupRecordMap> recordMap = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupResourceMap> resourceMap = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupScopeMap> scopeMap = default);
static member PipelineGroupSchemaMap : seq<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupRecordMap> * seq<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupResourceMap> * seq<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupScopeMap> -> Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupSchemaMap
Public Shared Function PipelineGroupSchemaMap (Optional recordMap As IEnumerable(Of PipelineGroupRecordMap) = Nothing, Optional resourceMap As IEnumerable(Of PipelineGroupResourceMap) = Nothing, Optional scopeMap As IEnumerable(Of PipelineGroupScopeMap) = Nothing) As PipelineGroupSchemaMap

Parameters

recordMap
IEnumerable<PipelineGroupRecordMap>

Record Map.

resourceMap
IEnumerable<PipelineGroupResourceMap>

Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.

scopeMap
IEnumerable<PipelineGroupScopeMap>

A scope map is a logical unit of the application code with which the emitted telemetry can be associated.

Returns

A new PipelineGroupSchemaMap instance for mocking.

Applies to