ConnectionMonitorParameters Class

Definition

Parameters that define the operation to create a connection monitor.

public class ConnectionMonitorParameters
type ConnectionMonitorParameters = class
Public Class ConnectionMonitorParameters
Inheritance
ConnectionMonitorParameters

Constructors

ConnectionMonitorParameters()

Initializes a new instance of the ConnectionMonitorParameters class.

ConnectionMonitorParameters(ConnectionMonitorSource, ConnectionMonitorDestination, Nullable<Boolean>, Nullable<Int32>, IList<ConnectionMonitorEndpoint>, IList<ConnectionMonitorTestConfiguration>, IList<ConnectionMonitorTestGroup>, IList<ConnectionMonitorOutput>, String)

Initializes a new instance of the ConnectionMonitorParameters class.

Properties

AutoStart

Gets or sets determines if the connection monitor will start automatically once created.

Destination

Gets or sets describes the destination of connection monitor.

Endpoints

Gets or sets list of connection monitor endpoints.

MonitoringIntervalInSeconds

Gets or sets monitoring interval in seconds.

Notes

Gets or sets optional notes to be associated with the connection monitor.

Outputs

Gets or sets list of connection monitor outputs.

Source

Gets or sets describes the source of connection monitor.

TestConfigurations

Gets or sets list of connection monitor test configurations.

TestGroups

Gets or sets list of connection monitor test groups.

Methods

Validate()

Validate the object.

Applies to