Поделиться через


DataBoxEdgeMetricCounterSet Class

Definition

The metric counter set.

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

Constructors

DataBoxEdgeMetricCounterSet(IEnumerable<DataBoxEdgeMetricCounter>)

Initializes a new instance of DataBoxEdgeMetricCounterSet.

Properties

Counters

The counters that should be collected in this set.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxEdgeMetricCounterSet>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxEdgeMetricCounterSet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxEdgeMetricCounterSet>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxEdgeMetricCounterSet>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxEdgeMetricCounterSet>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to