Uses of Class
com.azure.resourcemanager.network.models.ConnectionStateSnapshot
Packages that use ConnectionStateSnapshot
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ConnectionStateSnapshotModifier and TypeMethodDescriptionConnectionMonitorQueryResultInner.states()Get the states property: Information about connection states.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ConnectionStateSnapshotModifier and TypeMethodDescriptionConnectionMonitorQueryResultInner.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 ConnectionStateSnapshotModifier and TypeMethodDescriptionstatic ConnectionStateSnapshotConnectionStateSnapshot.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionStateSnapshot from the JsonReader.ConnectionStateSnapshot.withAvgLatencyInMs(Long avgLatencyInMs) Set the avgLatencyInMs property: Average latency in ms.ConnectionStateSnapshot.withConnectionState(ConnectionState connectionState) Set the connectionState property: The connection state.ConnectionStateSnapshot.withEndTime(OffsetDateTime endTime) Set the endTime property: The end time of the connection snapshot.ConnectionStateSnapshot.withEvaluationState(EvaluationState evaluationState) Set the evaluationState property: Connectivity analysis evaluation state.ConnectionStateSnapshot.withMaxLatencyInMs(Long maxLatencyInMs) Set the maxLatencyInMs property: Maximum latency in ms.ConnectionStateSnapshot.withMinLatencyInMs(Long minLatencyInMs) Set the minLatencyInMs property: Minimum latency in ms.ConnectionStateSnapshot.withProbesFailed(Long probesFailed) Set the probesFailed property: The number of failed probes.ConnectionStateSnapshot.withProbesSent(Long probesSent) Set the probesSent property: The number of sent probes.ConnectionStateSnapshot.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 ConnectionStateSnapshotModifier and TypeMethodDescriptionConnectionMonitorQueryResult.states()Gets information about connection states.