Sdílet prostřednictvím


SynapseServerUsage Class

Definition

Represents server metrics.

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

Properties

CurrentValue

The current value of the metric.

DisplayName

The metric display name.

Limit

The current limit of the metric.

Name

Name of the server usage metric.

NextResetOn

The next reset time for the metric (ISO8601 format).

ResourceName

The name of the resource.

Unit

The units of the metric.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseServerUsage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseServerUsage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseServerUsage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseServerUsage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseServerUsage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to