Uses of Class
com.microsoft.azure.management.containerinstance.ContainerPort
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ContainerPort in com.microsoft.azure.management.containerinstance
Modifier and TypeMethodDescriptionContainerPort.withPort
(int port) Set the port number exposed within the container group.ContainerPort.withProtocol
(ContainerNetworkProtocol protocol) Set the protocol associated with the port.Modifier and TypeMethodDescriptionContainer.ports()
Get the exposed ports on the container instance.Modifier and TypeMethodDescriptionContainer.withPorts
(List<ContainerPort> ports) Set the exposed ports on the container instance.