ArmComputeFleetModelFactory.ComputeFleetVmAttributeMinMaxDouble 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.ComputeFleetVmAttributeMinMaxDouble ComputeFleetVmAttributeMinMaxDouble(double? min = default, double? max = default);
static member ComputeFleetVmAttributeMinMaxDouble : Nullable<double> * Nullable<double> -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmAttributeMinMaxDouble
Public Shared Function ComputeFleetVmAttributeMinMaxDouble (Optional min As Nullable(Of Double) = Nothing, Optional max As Nullable(Of Double) = Nothing) As ComputeFleetVmAttributeMinMaxDouble
Parameters
Returns
A new ComputeFleetVmAttributeMinMaxDouble instance for mocking.