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>, IList<ConnectionMonitorEndpoint>, IList<ConnectionMonitorTestConfiguration>, IList<ConnectionMonitorTestGroup>, IList<ConnectionMonitorOutput>, String) |
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>, IList<ConnectionMonitorEndpoint>, IList<ConnectionMonitorTestConfiguration>, IList<ConnectionMonitorTestGroup>, IList<ConnectionMonitorOutput>, String)
Initializes a new instance of the ConnectionMonitorParameters class.
public ConnectionMonitorParameters (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);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorParameters : 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 -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorParameters
Public Sub New (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)
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.
- 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.
Applies to
Azure SDK for .NET