Uses of Class
com.azure.resourcemanager.containerservice.models.PortRange
Packages that use PortRange
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of PortRange in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return PortRangeModifier and TypeMethodDescriptionPortRange.withPortEnd(Integer portEnd) Set the portEnd property: The maximum port that is included in the range.PortRange.withPortStart(Integer portStart) Set the portStart property: The minimum port that is included in the range.PortRange.withProtocol(Protocol protocol) Set the protocol property: The network protocol of the port.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type PortRangeModifier and TypeMethodDescriptionAgentPoolNetworkProfile.allowedHostPorts()Get the allowedHostPorts property: The port ranges that are allowed to access.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type PortRangeModifier and TypeMethodDescriptionAgentPoolNetworkProfile.withAllowedHostPorts(List<PortRange> allowedHostPorts) Set the allowedHostPorts property: The port ranges that are allowed to access.