Uses of Class
com.azure.resourcemanager.containerinstance.models.Port
-
Packages that use Port Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of Port in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return Port Modifier and Type Method Description PortPort. withPort(int port)Set the port property: The port number.PortPort. withProtocol(ContainerGroupNetworkProtocol protocol)Set the protocol property: The protocol associated with the port.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type Port Modifier and Type Method Description Set<Port>ContainerGroup. externalPorts()List<Port>IpAddress. ports()Get the ports property: The list of ports exposed on the container group.Method parameters in com.azure.resourcemanager.containerinstance.models with type arguments of type Port Modifier and Type Method Description IpAddressIpAddress. withPorts(List<Port> ports)Set the ports property: The list of ports exposed on the container group.
-