Share via


ConnectionMonitorInner Constructors

Definition

Overloads

ConnectionMonitorInner()

Initializes a new instance of the ConnectionMonitorInner class.

ConnectionMonitorInner(ConnectionMonitorSource, ConnectionMonitorDestination, String, IDictionary<String,String>, Nullable<Boolean>, Nullable<Int32>)

Initializes a new instance of the ConnectionMonitorInner class.

ConnectionMonitorInner()

Initializes a new instance of the ConnectionMonitorInner class.

public ConnectionMonitorInner ();
Public Sub New ()

Applies to

ConnectionMonitorInner(ConnectionMonitorSource, ConnectionMonitorDestination, String, IDictionary<String,String>, Nullable<Boolean>, Nullable<Int32>)

Initializes a new instance of the ConnectionMonitorInner class.

public ConnectionMonitorInner (Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorSource source, Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorDestination destination, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? autoStart = default, int? monitoringIntervalInSeconds = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorInner : Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorSource * Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorDestination * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorInner
Public Sub New (source As ConnectionMonitorSource, destination As ConnectionMonitorDestination, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional autoStart As Nullable(Of Boolean) = Nothing, Optional monitoringIntervalInSeconds As Nullable(Of Integer) = Nothing)

Parameters

source
ConnectionMonitorSource

Describes the source of connection monitor.

destination
ConnectionMonitorDestination

Describes the destination of connection monitor.

location
String

Connection monitor location.

tags
IDictionary<String,String>

Connection monitor tags.

autoStart
Nullable<Boolean>

Determines if the connection monitor will start automatically once created.

monitoringIntervalInSeconds
Nullable<Int32>

Monitoring interval in seconds.

Applies to