Uses of Class
com.azure.resourcemanager.network.models.ConnectionState
-
Packages that use ConnectionState Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectionState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models that return ConnectionState Modifier and Type Method Description ConnectionStateConnectionStateSnapshot. connectionState()Get the connectionState property: The connection state.static ConnectionStateConnectionState. fromString(String name)Creates or finds a ConnectionState from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConnectionState Modifier and Type Method Description static Collection<ConnectionState>ConnectionState. values()Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionState Modifier and Type Method Description ConnectionStateSnapshotConnectionStateSnapshot. withConnectionState(ConnectionState connectionState)Set the connectionState property: The connection state.
-