Uses of Class
com.microsoft.azure.management.network.ConnectionState
Packages that use ConnectionState
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ConnectionState in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as ConnectionStateModifier 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.Methods in com.microsoft.azure.management.network that return ConnectionStateModifier and TypeMethodDescriptionConnectionStateSnapshot.connectionState()
Get the connection state.static ConnectionState
ConnectionState.fromString
(String name) Creates or finds a ConnectionState from its string representation.Methods in com.microsoft.azure.management.network that return types with arguments of type ConnectionStateMethods in com.microsoft.azure.management.network with parameters of type ConnectionStateModifier and TypeMethodDescriptionConnectionStateSnapshot.withConnectionState
(ConnectionState connectionState) Set the connection state.