DataBoxEdgeMetricCounterSet 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.
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
| Name | Description |
|---|---|
| DataBoxEdgeMetricCounterSet(IEnumerable<DataBoxEdgeMetricCounter>) |
Initializes a new instance of DataBoxEdgeMetricCounterSet. |
Properties
| Name | Description |
|---|---|
| Counters |
The counters that should be collected in this set. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |