Uses of Class
com.microsoft.azure.management.network.EvaluationState
Packages that use EvaluationState
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of EvaluationState in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as EvaluationStateModifier and TypeFieldDescriptionstatic final EvaluationState
EvaluationState.COMPLETED
Static value Completed for EvaluationState.static final EvaluationState
EvaluationState.IN_PROGRESS
Static value InProgress for EvaluationState.static final EvaluationState
EvaluationState.NOT_STARTED
Static value NotStarted for EvaluationState.Methods in com.microsoft.azure.management.network that return EvaluationStateModifier and TypeMethodDescriptionConnectionStateSnapshot.evaluationState()
Get connectivity analysis evaluation state.static EvaluationState
EvaluationState.fromString
(String name) Creates or finds a EvaluationState from its string representation.Methods in com.microsoft.azure.management.network that return types with arguments of type EvaluationStateMethods in com.microsoft.azure.management.network with parameters of type EvaluationStateModifier and TypeMethodDescriptionConnectionStateSnapshot.withEvaluationState
(EvaluationState evaluationState) Set connectivity analysis evaluation state.