Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static EvaluationState |
EvaluationState.COMPLETED
Static value Completed for EvaluationState.
|
static EvaluationState |
EvaluationState.IN_PROGRESS
Static value InProgress for EvaluationState.
|
static EvaluationState |
EvaluationState.NOT_STARTED
Static value NotStarted for EvaluationState.
|
Modifier and Type | Method and Description |
---|---|
EvaluationState |
ConnectionStateSnapshot.evaluationState()
Get the evaluationState value.
|
static EvaluationState |
EvaluationState.fromString(String name)
Creates or finds a EvaluationState from its string representation.
|
Modifier and Type | Method and Description |
---|---|
static Collection<EvaluationState> |
EvaluationState.values() |
Modifier and Type | Method and Description |
---|---|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withEvaluationState(EvaluationState evaluationState)
Set the evaluationState value.
|
Copyright © 2019. All rights reserved.