MonitorWorkspaceLogsSchemaMap Class

Definition

Schema map for azure monitor for logs.

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

Constructors

MonitorWorkspaceLogsSchemaMap(IEnumerable<MonitorWorkspaceLogsRecordMap>)

Initializes a new instance of MonitorWorkspaceLogsSchemaMap.

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.

Explicit Interface Implementations

IJsonModel<MonitorWorkspaceLogsSchemaMap>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MonitorWorkspaceLogsSchemaMap>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MonitorWorkspaceLogsSchemaMap>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MonitorWorkspaceLogsSchemaMap>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MonitorWorkspaceLogsSchemaMap>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to