PerfMonSet 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.
Metric information. Serialized Name: PerfMonSet
public class PerfMonSet : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.PerfMonSet>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.PerfMonSet>
type PerfMonSet = class
interface IJsonModel<PerfMonSet>
interface IPersistableModel<PerfMonSet>
Public Class PerfMonSet
Implements IJsonModel(Of PerfMonSet), IPersistableModel(Of PerfMonSet)
- Inheritance
-
PerfMonSet
- Implements
Properties
| Name | Description |
|---|---|
| EndOn |
End time of the period. Serialized Name: PerfMonSet.endTime |
| Name |
Unique key name of the counter. Serialized Name: PerfMonSet.name |
| StartOn |
Start time of the period. Serialized Name: PerfMonSet.startTime |
| TimeGrain |
Presented time grain. Serialized Name: PerfMonSet.timeGrain |
| Values |
Collection of workers that are active during this time. Serialized Name: PerfMonSet.values |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<PerfMonSet>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<PerfMonSet>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<PerfMonSet>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<PerfMonSet>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<PerfMonSet>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |