Sdílet prostřednictvím


AutomationAccountStatistics Class

Definition

Definition of the statistic.

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

Properties

CounterProperty

Gets the property value of the statistic.

CounterValue

Gets the value of the statistic.

EndOn

Gets the endTime of the statistic.

Id

Gets the id.

StartOn

Gets the startTime of the statistic.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationAccountStatistics>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationAccountStatistics>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationAccountStatistics>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationAccountStatistics>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationAccountStatistics>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to