ArmTrafficManagerModelFactory.ExpectedStatusCodeRangeInfo Method

Definition

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

Parameters

min
Nullable<Int32>

Min status code.

max
Nullable<Int32>

Max status code.

Returns

A new ExpectedStatusCodeRangeInfo instance for mocking.

Applies to