ConnectionMonitorResult Class

Definition

Information about the connection monitor.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ConnectionMonitorResult : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConnectionMonitorResult = class
    interface IResource
Public Class ConnectionMonitorResult
Implements IResource
Inheritance
ConnectionMonitorResult
Attributes
Implements

Constructors

ConnectionMonitorResult()

Initializes a new instance of the ConnectionMonitorResult class.

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

Initializes a new instance of the ConnectionMonitorResult class.

Properties

AutoStart

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

ConnectionMonitorType

Gets type of connection monitor. Possible values include: 'MultiEndpoint', 'SingleSourceDestination'

Destination

Gets or sets describes the destination of connection monitor.

Endpoints

Gets or sets list of connection monitor endpoints.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Gets ID of the connection monitor.

Location

Gets or sets connection monitor location.

MonitoringIntervalInSeconds

Gets or sets monitoring interval in seconds.

MonitoringStatus

Gets the monitoring status of the connection monitor.

Name

Gets name of the connection monitor.

Notes

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

Outputs

Gets or sets list of connection monitor outputs.

ProvisioningState

Gets the provisioning state of the connection monitor. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Source

Gets or sets describes the source of connection monitor.

StartTime

Gets the date and time when the connection monitor was started.

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.

Type

Gets connection monitor type.

Methods

Validate()

Validate the object.

Applies to