| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withAvgLatencyInMs(Long avgLatencyInMs)
Set the avgLatencyInMs property: Average latency in ms.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withConnectionState(ConnectionState connectionState)
Set the connectionState property: The connection state.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withEndTime(OffsetDateTime endTime)
Set the endTime property: The end time of the connection snapshot.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withEvaluationState(EvaluationState evaluationState)
Set the evaluationState property: Connectivity analysis evaluation state.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withMaxLatencyInMs(Long maxLatencyInMs)
Set the maxLatencyInMs property: Maximum latency in ms.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withMinLatencyInMs(Long minLatencyInMs)
Set the minLatencyInMs property: Minimum latency in ms.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withProbesFailed(Long probesFailed)
Set the probesFailed property: The number of failed probes.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withProbesSent(Long probesSent)
Set the probesSent property: The number of sent probes.
|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withStartTime(OffsetDateTime startTime)
Set the startTime property: The start time of the connection snapshot.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.