PipelineGroupSchemaMap Class

Definition

Schema map for azure monitor for logs.

public class PipelineGroupSchemaMap : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupSchemaMap>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupSchemaMap>
type PipelineGroupSchemaMap = class
    interface IJsonModel<PipelineGroupSchemaMap>
    interface IPersistableModel<PipelineGroupSchemaMap>
Public Class PipelineGroupSchemaMap
Implements IJsonModel(Of PipelineGroupSchemaMap), IPersistableModel(Of PipelineGroupSchemaMap)
Inheritance
PipelineGroupSchemaMap
Implements

Constructors

Name Description
PipelineGroupSchemaMap(IEnumerable<PipelineGroupRecordMap>)

Initializes a new instance of PipelineGroupSchemaMap.

Properties

Name Description
RecordMap

Record Map.

ResourceMap

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

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

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PipelineGroupSchemaMap>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<PipelineGroupSchemaMap>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<PipelineGroupSchemaMap>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<PipelineGroupSchemaMap>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<PipelineGroupSchemaMap>.Write(ModelReaderWriterOptions)

Applies to