### YamlMime:JavaType constructors: - fullName: com.microsoft.azure.management.containerinstance.IpAddress.IpAddress() name: IpAddress() nameWithType: IpAddress.IpAddress() summary:
Creates an instance of IpAddress class.
syntax: public IpAddress() uid: com.microsoft.azure.management.containerinstance.IpAddress.IpAddress() inheritances: -the ip value
type:Get the ip value.
syntax: public String ip() uid: com.microsoft.azure.management.containerinstance.IpAddress.ip() - fullName: com.microsoft.azure.management.containerinstance.IpAddress.ports() name: ports() nameWithType: IpAddress.ports() returns: description:the ports value
type: List<Get the ports value.
syntax: public Listthe type value
type:Get the type value.
syntax: public String type() uid: com.microsoft.azure.management.containerinstance.IpAddress.type() - fullName: com.microsoft.azure.management.containerinstance.IpAddress.withIp(String ip) name: withIp(String ip) nameWithType: IpAddress.withIp(String ip) parameters: - description:the ip value to set
name: ip type:the IpAddress object itself.
type:Set the ip value.
syntax: public IpAddress withIp(String ip) uid: com.microsoft.azure.management.containerinstance.IpAddress.withIp(String) - fullName: com.microsoft.azure.management.containerinstance.IpAddress.withPorts(Listthe ports value to set
name: ports type: List<the IpAddress object itself.
type:Set the ports value.
syntax: public IpAddress withPorts(Listthe type value to set
name: type type:the IpAddress object itself.
type:Set the type value.
syntax: public IpAddress withType(String type) uid: com.microsoft.azure.management.containerinstance.IpAddress.withType(String) nameWithType: IpAddress syntax: public class IpAddress type: class uid: com.microsoft.azure.management.containerinstance.IpAddress fullName: com.microsoft.azure.management.containerinstance.IpAddress name: IpAddress package: com.microsoft.azure.management.containerinstance summary:IP address for the group.
metadata: {}