Uses of Class
com.microsoft.azure.management.network.ConnectionStateSnapshot
Packages that use ConnectionStateSnapshot
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ConnectionStateSnapshot in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ConnectionStateSnapshotModifier and TypeMethodDescriptionConnectionStateSnapshot.withAvgLatencyInMs
(Integer avgLatencyInMs) Set average latency in ms.ConnectionStateSnapshot.withConnectionState
(ConnectionState connectionState) Set the connection state.ConnectionStateSnapshot.withEndTime
(org.joda.time.DateTime endTime) Set the end time of the connection snapshot.ConnectionStateSnapshot.withEvaluationState
(EvaluationState evaluationState) Set connectivity analysis evaluation state.ConnectionStateSnapshot.withMaxLatencyInMs
(Integer maxLatencyInMs) Set maximum latency in ms.ConnectionStateSnapshot.withMinLatencyInMs
(Integer minLatencyInMs) Set minimum latency in ms.ConnectionStateSnapshot.withProbesFailed
(Integer probesFailed) Set the number of failed probes.ConnectionStateSnapshot.withProbesSent
(Integer probesSent) Set the number of sent probes.ConnectionStateSnapshot.withStartTime
(org.joda.time.DateTime startTime) Set the start time of the connection snapshot.Methods in com.microsoft.azure.management.network that return types with arguments of type ConnectionStateSnapshot