Partilhar via


ComputeFleetVmAttributeMinMaxDouble Class

Definition

VMAttributes using double values.

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

Constructors

ComputeFleetVmAttributeMinMaxDouble()

Initializes a new instance of ComputeFleetVmAttributeMinMaxDouble.

Properties

Max

Maximum value. Double.MaxValue(1.7976931348623157E+308).

Min

Minimum value. default 0. Double.MinValue().

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ComputeFleetVmAttributeMinMaxDouble>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeFleetVmAttributeMinMaxDouble>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetVmAttributeMinMaxDouble>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetVmAttributeMinMaxDouble>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeFleetVmAttributeMinMaxDouble>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to