Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerPort
-
Packages that use ContainerPort Package Description com.azure.resourcemanager.containerinstance.fluent.models Package containing the inner data models for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of ContainerPort in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return types with arguments of type ContainerPort Modifier and Type Method Description List<ContainerPort>ContainerProperties. ports()Get the ports property: The exposed ports on the container instance.Method parameters in com.azure.resourcemanager.containerinstance.fluent.models with type arguments of type ContainerPort Modifier and Type Method Description ContainerPropertiesContainerProperties. withPorts(List<ContainerPort> ports)Set the ports property: The exposed ports on the container instance. -
Uses of ContainerPort in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ContainerPort Modifier and Type Method Description ContainerPortContainerPort. withPort(int port)Set the port property: The port number exposed within the container group.ContainerPortContainerPort. withProtocol(ContainerNetworkProtocol 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 ContainerPort Modifier and Type Method Description List<ContainerPort>Container. ports()Get the ports property: The exposed ports on the container instance.Method parameters in com.azure.resourcemanager.containerinstance.models with type arguments of type ContainerPort Modifier and Type Method Description ContainerContainer. withPorts(List<ContainerPort> ports)Set the ports property: The exposed ports on the container instance.
-