ArmComputeFleetModelFactory.ComputeFleetVmAttributeMinMaxInteger Method
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.
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
Returns
A new ComputeFleetVmAttributeMinMaxInteger instance for mocking.