ArmTrafficManagerModelFactory.ExpectedStatusCodeRangeInfo 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.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
Returns
A new ExpectedStatusCodeRangeInfo instance for mocking.