ArmComputeFleetModelFactory.ComputeFleetVmAttributeMinMaxInteger Method

Definition

public static Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmAttributeMinMaxInteger ComputeFleetVmAttributeMinMaxInteger(int? min = default, int? max = default);
static member ComputeFleetVmAttributeMinMaxInteger : Nullable<int> * Nullable<int> -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmAttributeMinMaxInteger
Public Shared Function ComputeFleetVmAttributeMinMaxInteger (Optional min As Nullable(Of Integer) = Nothing, Optional max As Nullable(Of Integer) = Nothing) As ComputeFleetVmAttributeMinMaxInteger

Parameters

min
Nullable<Int32>

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

max
Nullable<Int32>

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

Returns

A new ComputeFleetVmAttributeMinMaxInteger instance for mocking.

Applies to