MonitorWorkspaceMetricProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
type MonitorWorkspaceMetricProperties = class
interface IJsonModel<MonitorWorkspaceMetricProperties>
interface IPersistableModel<MonitorWorkspaceMetricProperties>
Public Class MonitorWorkspaceMetricProperties
Implements IJsonModel(Of MonitorWorkspaceMetricProperties), IPersistableModel(Of MonitorWorkspaceMetricProperties)
- Inheritance
-
MonitorWorkspaceMetricProperties
- Derived
- Implements
Constructors
MonitorWorkspaceMetricProperties() |
Initializes a new instance of MonitorWorkspaceMetricProperties. |
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
Azure SDK for .NET