Partilhar via


ComputeFleetVmAttributeMinMaxInteger Class

Definition

While retrieving VMSizes from CRS, Min = 0 (uint.MinValue) if not specified, Max = 4294967295 (uint.MaxValue) if not specified. This allows to filter VMAttributes on all available VMSizes.

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

Constructors

ComputeFleetVmAttributeMinMaxInteger()

Initializes a new instance of ComputeFleetVmAttributeMinMaxInteger.

Properties

Max

Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.

Min

Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ComputeFleetVmAttributeMinMaxInteger>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeFleetVmAttributeMinMaxInteger>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetVmAttributeMinMaxInteger>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetVmAttributeMinMaxInteger>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeFleetVmAttributeMinMaxInteger>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to