Uses of Class
com.azure.resourcemanager.network.models.Protocol
Packages that use Protocol
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of Protocol in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ProtocolModifier and TypeFieldDescriptionstatic final ProtocolProtocol.HTTPStatic value Http for Protocol.static final ProtocolProtocol.HTTPSStatic value Https for Protocol.static final ProtocolProtocol.ICMPStatic value Icmp for Protocol.static final ProtocolProtocol.TCPStatic value Tcp for Protocol.Methods in com.azure.resourcemanager.network.models that return ProtocolModifier and TypeMethodDescriptionstatic ProtocolProtocol.fromString(String name) Creates or finds a Protocol from its string representation.ConnectivityParameters.protocol()Get the protocol property: Network protocol.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ProtocolModifier and TypeMethodDescriptionstatic Collection<Protocol> Protocol.values()Gets known Protocol values.Methods in com.azure.resourcemanager.network.models with parameters of type ProtocolModifier and TypeMethodDescriptionConnectivityParameters.withProtocol(Protocol protocol) Set the protocol property: Network protocol.