Delen via


MonitorWorkspaceMetricProperties Class

Definition

Information about metrics for the workspace.

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

Properties

InternalId

An internal identifier for the metrics container. Only to be used by the system.

PrometheusQueryEndpoint

The Prometheus query endpoint for the workspace.

Explicit Interface Implementations

IJsonModel<MonitorWorkspaceMetricProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MonitorWorkspaceMetricProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MonitorWorkspaceMetricProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MonitorWorkspaceMetricProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MonitorWorkspaceMetricProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to