ArmComputeModelFactory.ResourceRange Method

Definition

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

Parameters

min
Nullable<Int32>

The minimum number of the resource.

max
Nullable<Int32>

The maximum number of the resource.

Returns

A new ResourceRange instance for mocking.

Applies to