Uses of Class
com.microsoft.azure.management.network.ConnectionStateSnapshot
-
Packages that use ConnectionStateSnapshot Package Description com.microsoft.azure.management.network 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 ConnectionStateSnapshot Modifier and Type Method Description ConnectionStateSnapshotConnectionStateSnapshot. withConnectionState(ConnectionState connectionState)Set the connectionState value.ConnectionStateSnapshotConnectionStateSnapshot. withEndTime(org.joda.time.DateTime endTime)Set the endTime value.ConnectionStateSnapshotConnectionStateSnapshot. withEvaluationState(EvaluationState evaluationState)Set the evaluationState value.ConnectionStateSnapshotConnectionStateSnapshot. withStartTime(org.joda.time.DateTime startTime)Set the startTime value.Methods in com.microsoft.azure.management.network that return types with arguments of type ConnectionStateSnapshot Modifier and Type Method Description List<ConnectionStateSnapshot>ConnectionMonitorQueryResult. states()
-