MaxLimitRangeCapability Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The maximum limit range capability.
public class MaxLimitRangeCapability : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.MaxLimitRangeCapability>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.MaxLimitRangeCapability>
type MaxLimitRangeCapability = class
interface IJsonModel<MaxLimitRangeCapability>
interface IPersistableModel<MaxLimitRangeCapability>
Public Class MaxLimitRangeCapability
Implements IJsonModel(Of MaxLimitRangeCapability), IPersistableModel(Of MaxLimitRangeCapability)
- Inheritance
-
MaxLimitRangeCapability
- Implements
Properties
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MaxLimitRangeCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MaxLimitRangeCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MaxLimitRangeCapability>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MaxLimitRangeCapability>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MaxLimitRangeCapability>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |