EvaluationState Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.EvaluationState

public final class EvaluationState
extends com.microsoft.rest.ExpandableStringEnum<EvaluationState>

Defines values for EvaluationState.

Field Summary

Modifier and Type Field and Description
static final EvaluationState COMPLETED

Static value Completed for EvaluationState.

static final EvaluationState IN_PROGRESS

Static value InProgress for EvaluationState.

static final EvaluationState NOT_STARTED

Static value NotStarted for EvaluationState.

Constructor Summary

Constructor Description
EvaluationState()

Method Summary

Modifier and Type Method and Description
static EvaluationState fromString(String name)

Creates or finds a EvaluationState from its string representation.

static java.util.Collection<EvaluationState> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

COMPLETED

public static final EvaluationState COMPLETED

Static value Completed for EvaluationState.

IN_PROGRESS

public static final EvaluationState IN_PROGRESS

Static value InProgress for EvaluationState.

NOT_STARTED

public static final EvaluationState NOT_STARTED

Static value NotStarted for EvaluationState.

Constructor Details

EvaluationState

public EvaluationState()

Method Details

fromString

public static EvaluationState fromString(String name)

Creates or finds a EvaluationState from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding EvaluationState

values

public static Collection values()

Returns:

known EvaluationState values

Applies to