Uses of Class
com.azure.resourcemanager.containerservice.models.Protocol
Packages that use Protocol
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of Protocol in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as ProtocolModifier and TypeFieldDescriptionstatic final ProtocolProtocol.TCPStatic value TCP for Protocol.static final ProtocolProtocol.UDPStatic value UDP for 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.