Uses of Class
com.microsoft.azure.management.network.ConnectionState
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ConnectionState in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final ConnectionState
ConnectionState.REACHABLE
Static value Reachable for ConnectionState.static final ConnectionState
ConnectionState.UNKNOWN
Static value Unknown for ConnectionState.static final ConnectionState
ConnectionState.UNREACHABLE
Static value Unreachable for ConnectionState.Modifier and TypeMethodDescriptionConnectionStateSnapshot.connectionState()
Get the connection state.static ConnectionState
ConnectionState.fromString
(String name) Creates or finds a ConnectionState from its string representation.Modifier and TypeMethodDescriptionConnectionStateSnapshot.withConnectionState
(ConnectionState connectionState) Set the connection state.