共用方式為


ConnectionMonitor Class

Definition

Parameters that define the operation to create a connection monitor.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ConnectionMonitor
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConnectionMonitor = class
Public Class ConnectionMonitor
Inheritance
ConnectionMonitor
Attributes

Constructors

ConnectionMonitor()

Initializes a new instance of the ConnectionMonitor class.

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

Initializes a new instance of the ConnectionMonitor 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.

Location

Gets or sets connection monitor location.

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.

Tags

Gets or sets connection monitor tags.

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