Uses of Class
com.azure.resourcemanager.containerservice.models.Protocol
Packages that use Protocol
Package
Description
Package containing the data models for ContainerService.
-
Uses of Protocol in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type Protocol in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as ProtocolModifier and TypeFieldDescriptionstatic final ProtocolProtocol.TCPTCP protocol.static final ProtocolProtocol.UDPUDP protocol.Methods in com.azure.resourcemanager.containerservice.models that return ProtocolModifier and TypeMethodDescriptionstatic ProtocolProtocol.fromString(String name) Creates or finds a Protocol from its string representation.PortRange.protocol()Get the protocol property: The network protocol of the port.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ProtocolModifier and TypeMethodDescriptionstatic Collection<Protocol> Protocol.values()Gets known Protocol values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ProtocolModifier and TypeMethodDescriptionPortRange.withProtocol(Protocol protocol) Set the protocol property: The network protocol of the port.