Share via


PerformanceLevelCapability Class

Definition

The performance level capability.

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

Properties

Name Description
Unit

Unit type used to measure performance level.

Value

Performance level value.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PerformanceLevelCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PerformanceLevelCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PerformanceLevelCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PerformanceLevelCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PerformanceLevelCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to