Share via


AzureMonitorWorkspaceLogsApiConfig Class

Definition

Azure Monitor Workspace Logs Api configurations.

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

Constructors

AzureMonitorWorkspaceLogsApiConfig()

Creates an new AzureMonitorWorkspaceLogsApiConfig instance.

Properties

DataCollectionEndpointUrl

Data collection endpoint ingestion url.

DataCollectionRule

Data Collection Rule (DCR) immutable id.

SchemaRecordMap

Record Map.

SchemaResourceMap

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.

SchemaScopeMap

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

Stream

Stream name in destination. Azure Monitor stream is related to the destination table.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureMonitorWorkspaceLogsApiConfig.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMonitorWorkspaceLogsApiConfig.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMonitorWorkspaceLogsApiConfig into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to