Share via


SchemaMap Class

Definition

Schema map for azure monitor for logs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.SchemaMapTypeConverter))]
public class SchemaMap : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ISchemaMap
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.SchemaMapTypeConverter))>]
type SchemaMap = class
    interface ISchemaMap
    interface IJsonSerializable
Public Class SchemaMap
Implements ISchemaMap
Inheritance
SchemaMap
Attributes
Implements

Constructors

SchemaMap()

Creates an new SchemaMap instance.

Properties

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SchemaMap.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SchemaMap.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ISchemaMap.

FromJsonString(String)

Creates a new instance of SchemaMap, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SchemaMap into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to