Sdílet prostřednictvím


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

Unit

Unit type used to measure performance level.

Value

Performance level value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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