Uses of Class
com.azure.resourcemanager.network.models.ConnectionStateSnapshot
-
Packages that use ConnectionStateSnapshot Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectionStateSnapshot in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ConnectionStateSnapshot Modifier and Type Method Description List<ConnectionStateSnapshot>ConnectionMonitorQueryResultInner. states()Get the states property: Information about connection states.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ConnectionStateSnapshot Modifier and Type Method Description ConnectionMonitorQueryResultInnerConnectionMonitorQueryResultInner. withStates(List<ConnectionStateSnapshot> states)Set the states property: Information about connection states. -
Uses of ConnectionStateSnapshot in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectionStateSnapshot Modifier and Type Method Description ConnectionStateSnapshotConnectionStateSnapshot. withAvgLatencyInMs(Long avgLatencyInMs)Set the avgLatencyInMs property: Average latency in ms.ConnectionStateSnapshotConnectionStateSnapshot. withConnectionState(ConnectionState connectionState)Set the connectionState property: The connection state.ConnectionStateSnapshotConnectionStateSnapshot. withEndTime(OffsetDateTime endTime)Set the endTime property: The end time of the connection snapshot.ConnectionStateSnapshotConnectionStateSnapshot. withEvaluationState(EvaluationState evaluationState)Set the evaluationState property: Connectivity analysis evaluation state.ConnectionStateSnapshotConnectionStateSnapshot. withMaxLatencyInMs(Long maxLatencyInMs)Set the maxLatencyInMs property: Maximum latency in ms.ConnectionStateSnapshotConnectionStateSnapshot. withMinLatencyInMs(Long minLatencyInMs)Set the minLatencyInMs property: Minimum latency in ms.ConnectionStateSnapshotConnectionStateSnapshot. withProbesFailed(Long probesFailed)Set the probesFailed property: The number of failed probes.ConnectionStateSnapshotConnectionStateSnapshot. withProbesSent(Long probesSent)Set the probesSent property: The number of sent probes.ConnectionStateSnapshotConnectionStateSnapshot. withStartTime(OffsetDateTime startTime)Set the startTime property: The start time of the connection snapshot.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConnectionStateSnapshot Modifier and Type Method Description List<ConnectionStateSnapshot>ConnectionMonitorQueryResult. states()
-