ConnectionMonitorInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Determines if the connection monitor will start automatically once created.
Applies to
Azure SDK for .NET