Uses of Class
com.microsoft.azure.management.network.ConnectionState
-
Packages that use ConnectionState Package Description com.microsoft.azure.management.network 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 ConnectionState Modifier and Type Field Description static ConnectionStateConnectionState. REACHABLEStatic value Reachable for ConnectionState.static ConnectionStateConnectionState. UNKNOWNStatic value Unknown for ConnectionState.static ConnectionStateConnectionState. UNREACHABLEStatic value Unreachable for ConnectionState.Methods in com.microsoft.azure.management.network that return ConnectionState Modifier and Type Method Description ConnectionStateConnectionStateSnapshot. connectionState()Get the connectionState value.static ConnectionStateConnectionState. 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 ConnectionState Modifier and Type Method Description static Collection<ConnectionState>ConnectionState. values()Methods in com.microsoft.azure.management.network with parameters of type ConnectionState Modifier and Type Method Description ConnectionStateSnapshotConnectionStateSnapshot. withConnectionState(ConnectionState connectionState)Set the connectionState value.
-