ConnectionMonitorResult Constructors

Definition

Overloads

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.

ConnectionMonitorResult()

Initializes a new instance of the ConnectionMonitorResult class.

public ConnectionMonitorResult ();
Public Sub New ()

Applies to

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.

public ConnectionMonitorResult (string name = default, string id = default, string etag = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.ConnectionMonitorSource source = default, Microsoft.Azure.Management.Network.Models.ConnectionMonitorDestination destination = default, bool? autoStart = default, int? monitoringIntervalInSeconds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpoint> endpoints = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestConfiguration> testConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestGroup> testGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorOutput> outputs = default, string notes = default, string provisioningState = default, DateTime? startTime = default, string monitoringStatus = default, string connectionMonitorType = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorResult : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.ConnectionMonitorSource * Microsoft.Azure.Management.Network.Models.ConnectionMonitorDestination * Nullable<bool> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorEndpoint> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestConfiguration> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorTestGroup> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectionMonitorOutput> * string * string * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorResult
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional source As ConnectionMonitorSource = Nothing, Optional destination As ConnectionMonitorDestination = Nothing, Optional autoStart As Nullable(Of Boolean) = Nothing, Optional monitoringIntervalInSeconds As Nullable(Of Integer) = Nothing, Optional endpoints As IList(Of ConnectionMonitorEndpoint) = Nothing, Optional testConfigurations As IList(Of ConnectionMonitorTestConfiguration) = Nothing, Optional testGroups As IList(Of ConnectionMonitorTestGroup) = Nothing, Optional outputs As IList(Of ConnectionMonitorOutput) = Nothing, Optional notes As String = Nothing, Optional provisioningState As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional monitoringStatus As String = Nothing, Optional connectionMonitorType As String = Nothing)

Parameters

name
String

Name of the connection monitor.

id
String

ID of the connection monitor.

etag
String

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

type
String

Connection monitor type.

location
String

Connection monitor location.

tags
IDictionary<String,String>

Connection monitor tags.

source
ConnectionMonitorSource

Describes the source of connection monitor.

destination
ConnectionMonitorDestination

Describes the destination of connection monitor.

autoStart
Nullable<Boolean>

Determines if the connection monitor will start automatically once created.

monitoringIntervalInSeconds
Nullable<Int32>

Monitoring interval in seconds.

endpoints
IList<ConnectionMonitorEndpoint>

List of connection monitor endpoints.

testConfigurations
IList<ConnectionMonitorTestConfiguration>

List of connection monitor test configurations.

testGroups
IList<ConnectionMonitorTestGroup>

List of connection monitor test groups.

outputs
IList<ConnectionMonitorOutput>

List of connection monitor outputs.

notes
String

Optional notes to be associated with the connection monitor.

provisioningState
String

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

startTime
Nullable<DateTime>

The date and time when the connection monitor was started.

monitoringStatus
String

The monitoring status of the connection monitor.

connectionMonitorType
String

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

Applies to