Uses of Class
com.azure.resourcemanager.network.models.EvaluationState
Packages that use EvaluationState
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of EvaluationState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as EvaluationStateModifier and TypeFieldDescriptionstatic final EvaluationStateEvaluationState.COMPLETEDStatic value Completed for EvaluationState.static final EvaluationStateEvaluationState.IN_PROGRESSStatic value InProgress for EvaluationState.static final EvaluationStateEvaluationState.NOT_STARTEDStatic value NotStarted for EvaluationState.Methods in com.azure.resourcemanager.network.models that return EvaluationStateModifier and TypeMethodDescriptionConnectionStateSnapshot.evaluationState()Get the evaluationState property: Connectivity analysis evaluation state.static EvaluationStateEvaluationState.fromString(String name) Creates or finds a EvaluationState from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type EvaluationStateModifier and TypeMethodDescriptionstatic Collection<EvaluationState> EvaluationState.values()Gets known EvaluationState values.Methods in com.azure.resourcemanager.network.models with parameters of type EvaluationStateModifier and TypeMethodDescriptionConnectionStateSnapshot.withEvaluationState(EvaluationState evaluationState) Set the evaluationState property: Connectivity analysis evaluation state.