MaxSizeRangeCapability Class

Definition

The maximum size range capability.

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

Properties

LogSize

Size of transaction log.

MaxValue

Maximum value.

MinValue

Minimum value.

Reason

The reason for the capability not being available.

ScaleSize

Scale/step size for discrete values between the minimum value and the maximum value.

Status

The status of the capability.

Explicit Interface Implementations

IJsonModel<MaxSizeRangeCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MaxSizeRangeCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MaxSizeRangeCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MaxSizeRangeCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MaxSizeRangeCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to