MonitorConfigExpectedStatusCodeRangesItem Class

Definition

Min and max value of a status code range.

public class MonitorConfigExpectedStatusCodeRangesItem
type MonitorConfigExpectedStatusCodeRangesItem = class
Public Class MonitorConfigExpectedStatusCodeRangesItem
Inheritance
MonitorConfigExpectedStatusCodeRangesItem

Constructors

MonitorConfigExpectedStatusCodeRangesItem()

Initializes a new instance of the MonitorConfigExpectedStatusCodeRangesItem class.

MonitorConfigExpectedStatusCodeRangesItem(Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the MonitorConfigExpectedStatusCodeRangesItem class.

Properties

Max

Gets or sets max status code.

Min

Gets or sets min status code.

Applies to