Uses of Class
com.azure.resourcemanager.network.models.NetworkProtocol
Packages that use NetworkProtocol
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkProtocol in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as NetworkProtocolModifier and TypeFieldDescriptionstatic final NetworkProtocolNetworkProtocol.ANYStatic value Any for NetworkProtocol.static final NetworkProtocolNetworkProtocol.ICMPStatic value ICMP for NetworkProtocol.static final NetworkProtocolNetworkProtocol.TCPStatic value TCP for NetworkProtocol.static final NetworkProtocolNetworkProtocol.UDPStatic value UDP for NetworkProtocol.Methods in com.azure.resourcemanager.network.models that return NetworkProtocolModifier and TypeMethodDescriptionstatic NetworkProtocolNetworkProtocol.fromString(String name) Creates or finds a NetworkProtocol from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkProtocolModifier and TypeMethodDescriptionIpTraffic.protocols()Get the protocols property: The protocols property.static Collection<NetworkProtocol> NetworkProtocol.values()Gets known NetworkProtocol values.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NetworkProtocolModifier and TypeMethodDescriptionIpTraffic.withProtocols(List<NetworkProtocol> protocols) Set the protocols property: The protocols property.