ConnectionStateSnapshot 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
ConnectionStateSnapshot() |
Initializes a new instance of the ConnectionStateSnapshot class. |
ConnectionStateSnapshot(ConnectionState, Nullable<DateTime>, Nullable<DateTime>, EvaluationState, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<ConnectivityHop>) |
Initializes a new instance of the ConnectionStateSnapshot class. |
ConnectionStateSnapshot()
Initializes a new instance of the ConnectionStateSnapshot class.
public ConnectionStateSnapshot ();
Public Sub New ()
Applies to
ConnectionStateSnapshot(ConnectionState, Nullable<DateTime>, Nullable<DateTime>, EvaluationState, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<ConnectivityHop>)
Initializes a new instance of the ConnectionStateSnapshot class.
public ConnectionStateSnapshot (Microsoft.Azure.Management.Network.Fluent.Models.ConnectionState connectionState = default, DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Management.Network.Fluent.Models.EvaluationState evaluationState = default, int? avgLatencyInMs = default, int? minLatencyInMs = default, int? maxLatencyInMs = default, int? probesSent = default, int? probesFailed = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityHop> hops = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ConnectionStateSnapshot : Microsoft.Azure.Management.Network.Fluent.Models.ConnectionState * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Network.Fluent.Models.EvaluationState * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityHop> -> Microsoft.Azure.Management.Network.Fluent.Models.ConnectionStateSnapshot
Public Sub New (Optional connectionState As ConnectionState = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional evaluationState As EvaluationState = Nothing, Optional avgLatencyInMs As Nullable(Of Integer) = Nothing, Optional minLatencyInMs As Nullable(Of Integer) = Nothing, Optional maxLatencyInMs As Nullable(Of Integer) = Nothing, Optional probesSent As Nullable(Of Integer) = Nothing, Optional probesFailed As Nullable(Of Integer) = Nothing, Optional hops As IList(Of ConnectivityHop) = Nothing)
Parameters
- connectionState
- ConnectionState
The connection state. Possible values include: 'Reachable', 'Unreachable', 'Unknown'
- evaluationState
- EvaluationState
Connectivity analysis evaluation state. Possible values include: 'NotStarted', 'InProgress', 'Completed'
- hops
- IList<ConnectivityHop>
List of hops between the source and the destination.
Applies to
Azure SDK for .NET