Share via


PropertyValueRangeLimits Class

Definition

Minimum and maximum values for a property.

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

Properties

Max

Maximum value of the property.

Min

Minimum value of the property.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PropertyValueRangeLimits>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PropertyValueRangeLimits>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PropertyValueRangeLimits>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PropertyValueRangeLimits>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PropertyValueRangeLimits>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to