Uses of Class
com.azure.resourcemanager.containerinstance.models.Port
Packages that use Port
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
null.
-
Uses of Port in com.azure.resourcemanager.containerinstance.models
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type PortMethods in com.azure.resourcemanager.containerinstance.models that return PortModifier and TypeMethodDescriptionstatic PortPort.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Port from the JsonReader.Port.withPort(int port) Set the port property: The port number.Port.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 PortModifier and TypeMethodDescriptionContainerGroup.externalPorts()Gets all the ports publicly exposed for this container group.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