| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withAvgLatencyInMs(Integer avgLatencyInMs)
Set average latency in ms.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withConnectionState(ConnectionState connectionState)
Set the connection state.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withEndTime(org.joda.time.DateTime endTime)
Set the end time of the connection snapshot.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withEvaluationState(EvaluationState evaluationState)
Set connectivity analysis evaluation state.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withMaxLatencyInMs(Integer maxLatencyInMs)
Set maximum latency in ms.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withMinLatencyInMs(Integer minLatencyInMs)
Set minimum latency in ms.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withProbesFailed(Integer probesFailed)
Set the number of failed probes.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withProbesSent(Integer probesSent)
Set the number of sent probes.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withStartTime(org.joda.time.DateTime startTime)
Set the start time of the connection snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionStateSnapshot> |
ConnectionMonitorQueryResult.states() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/