Share via


MetricNamespaces Class

Definition

Represents collection of metric namespaces.

public class MetricNamespaces : System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.MetricNamespaces>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.MetricNamespaces>
type MetricNamespaces = class
    interface IJsonModel<MetricNamespaces>
    interface IPersistableModel<MetricNamespaces>
Public Class MetricNamespaces
Implements IJsonModel(Of MetricNamespaces), IPersistableModel(Of MetricNamespaces)
Inheritance
MetricNamespaces
Implements

Properties

Value

The values for the metric namespaces.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MetricNamespaces>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MetricNamespaces>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MetricNamespaces>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MetricNamespaces>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MetricNamespaces>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to