PerfMonSet Class

Definition

Metric information.

public class 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
type PerfMonSet = class
    interface IJsonModel<PerfMonSet>
    interface IPersistableModel<PerfMonSet>
Public Class PerfMonSet
Public Class PerfMonSet
Implements IJsonModel(Of PerfMonSet), IPersistableModel(Of PerfMonSet)
Inheritance
PerfMonSet
Implements

Properties

EndOn

End time of the period.

Name

Unique key name of the counter.

StartOn

Start time of the period.

TimeGrain

Presented time grain.

Values

Collection of workers that are active during this time.

Explicit Interface Implementations

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.

Applies to