| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static ConnectionState |
ConnectionState.REACHABLE
Static value Reachable for ConnectionState.
|
static ConnectionState |
ConnectionState.UNKNOWN
Static value Unknown for ConnectionState.
|
static ConnectionState |
ConnectionState.UNREACHABLE
Static value Unreachable for ConnectionState.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
ConnectionStateSnapshot.connectionState()
Get the connectionState value.
|
static ConnectionState |
ConnectionState.fromString(String name)
Creates or finds a ConnectionState from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ConnectionState> |
ConnectionState.values() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionStateSnapshot |
ConnectionStateSnapshot.withConnectionState(ConnectionState connectionState)
Set the connectionState value.
|
Copyright © 2019. All rights reserved.