Uses of Class
com.microsoft.azure.management.containerinstance.ContainerPort
Packages that use ContainerPort
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ContainerPort in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance that return ContainerPortModifier 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.Methods in com.microsoft.azure.management.containerinstance that return types with arguments of type ContainerPortModifier and TypeMethodDescriptionContainer.ports()
Get the exposed ports on the container instance.Method parameters in com.microsoft.azure.management.containerinstance with type arguments of type ContainerPortModifier and TypeMethodDescriptionContainer.withPorts
(List<ContainerPort> ports) Set the exposed ports on the container instance.