| 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 connectivity analysis evaluation state.
|
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 connectivity analysis evaluation state.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/