Share via


MetricDefinitions Class

Definition

Represents collection of metric definitions.

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

Properties

Name Description
Value

the values for the metric definitions.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<MetricDefinitions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MetricDefinitions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MetricDefinitions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MetricDefinitions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MetricDefinitions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to