ConnectionMonitorIcmpConfiguration 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
ConnectionMonitorIcmpConfiguration() |
Initializes a new instance of the ConnectionMonitorIcmpConfiguration class. |
ConnectionMonitorIcmpConfiguration(Nullable<Boolean>) |
Initializes a new instance of the ConnectionMonitorIcmpConfiguration class. |
ConnectionMonitorIcmpConfiguration()
Initializes a new instance of the ConnectionMonitorIcmpConfiguration class.
public ConnectionMonitorIcmpConfiguration ();
Public Sub New ()
Applies to
ConnectionMonitorIcmpConfiguration(Nullable<Boolean>)
Initializes a new instance of the ConnectionMonitorIcmpConfiguration class.
public ConnectionMonitorIcmpConfiguration (bool? disableTraceRoute = default);
new Microsoft.Azure.Management.Network.Models.ConnectionMonitorIcmpConfiguration : Nullable<bool> -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorIcmpConfiguration
Public Sub New (Optional disableTraceRoute As Nullable(Of Boolean) = Nothing)
Parameters
Value indicating whether path evaluation with trace route should be disabled.
Applies to
Azure SDK for .NET