ConnectionMonitorParameters 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
ConnectionMonitorParameters() |
Initializes a new instance of the ConnectionMonitorParameters class. |
ConnectionMonitorParameters(ConnectionMonitorSource, ConnectionMonitorDestination, Nullable<Boolean>, Nullable<Int32>) |
Initializes a new instance of the ConnectionMonitorParameters class. |
ConnectionMonitorParameters()
Initializes a new instance of the ConnectionMonitorParameters class.
public ConnectionMonitorParameters ();
Public Sub New ()
Applies to
ConnectionMonitorParameters(ConnectionMonitorSource, ConnectionMonitorDestination, Nullable<Boolean>, Nullable<Int32>)
Initializes a new instance of the ConnectionMonitorParameters class.
public ConnectionMonitorParameters (Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorSource source, Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorDestination destination, bool? autoStart = default, int? monitoringIntervalInSeconds = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorParameters : Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorSource * Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorDestination * Nullable<bool> * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.ConnectionMonitorParameters
Public Sub New (source As ConnectionMonitorSource, destination As ConnectionMonitorDestination, 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.
Determines if the connection monitor will start automatically once created.
Applies to
Azure SDK for .NET