Class MonitorConfigExpectedStatusCodeRangesItem
java.lang.Object
com.microsoft.azure.management.trafficmanager.MonitorConfigExpectedStatusCodeRangesItem
Min and max value of a status code range.
-
Constructor Details
-
MonitorConfigExpectedStatusCodeRangesItem
public MonitorConfigExpectedStatusCodeRangesItem()
-
-
Method Details
-
min
Get min status code.- Returns:
- the min value
-
withMin
Set min status code.- Parameters:
min
- the min value to set- Returns:
- the MonitorConfigExpectedStatusCodeRangesItem object itself.
-
max
Get max status code.- Returns:
- the max value
-
withMax
Set max status code.- Parameters:
max
- the max value to set- Returns:
- the MonitorConfigExpectedStatusCodeRangesItem object itself.
-