Uses of Class
com.microsoft.azure.management.network.EvaluationState
-
Packages that use EvaluationState Package Description com.microsoft.azure.management.network 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 EvaluationState Modifier and Type Field Description static EvaluationStateEvaluationState. COMPLETEDStatic value Completed for EvaluationState.static EvaluationStateEvaluationState. IN_PROGRESSStatic value InProgress for EvaluationState.static EvaluationStateEvaluationState. NOT_STARTEDStatic value NotStarted for EvaluationState.Methods in com.microsoft.azure.management.network that return EvaluationState Modifier and Type Method Description EvaluationStateConnectionStateSnapshot. evaluationState()Get the evaluationState value.static EvaluationStateEvaluationState. 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 EvaluationState Modifier and Type Method Description static Collection<EvaluationState>EvaluationState. values()Methods in com.microsoft.azure.management.network with parameters of type EvaluationState Modifier and Type Method Description ConnectionStateSnapshotConnectionStateSnapshot. withEvaluationState(EvaluationState evaluationState)Set the evaluationState value.
-