Uses of Class
com.azure.resourcemanager.network.models.EvaluationState
-
Packages that use EvaluationState Package Description com.azure.resourcemanager.network.models 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 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.azure.resourcemanager.network.models that return EvaluationState Modifier and Type Method Description EvaluationStateConnectionStateSnapshot. 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 EvaluationState Modifier and Type Method Description static Collection<EvaluationState>EvaluationState. values()Methods in com.azure.resourcemanager.network.models with parameters of type EvaluationState Modifier and Type Method Description ConnectionStateSnapshotConnectionStateSnapshot. withEvaluationState(EvaluationState evaluationState)Set the evaluationState property: Connectivity analysis evaluation state.
-