### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.IpAddress"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress"
name: "IpAddress"
nameWithType: "IpAddress"
summary: "IP address for the container group."
inheritances:
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **IpAddress**"
constructors:
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.IpAddress()"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.IpAddress()"
name: "IpAddress()"
nameWithType: "IpAddress.IpAddress()"
syntax: "public IpAddress()"
methods:
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.dnsNameLabel()"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.dnsNameLabel()"
name: "dnsNameLabel()"
nameWithType: "IpAddress.dnsNameLabel()"
summary: "Get the Dns name label for the IP."
syntax: "public String dnsNameLabel()"
desc: "Get the Dns name label for the IP."
returns:
description: "the dnsNameLabel value"
type: ""
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.fqdn()"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.fqdn()"
name: "fqdn()"
nameWithType: "IpAddress.fqdn()"
summary: "Get the FQDN for the IP."
syntax: "public String fqdn()"
desc: "Get the FQDN for the IP."
returns:
description: "the fqdn value"
type: ""
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.ip()"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.ip()"
name: "ip()"
nameWithType: "IpAddress.ip()"
summary: "Get the IP exposed to the public internet."
syntax: "public String ip()"
desc: "Get the IP exposed to the public internet."
returns:
description: "the ip value"
type: ""
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.ports()"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.ports()"
name: "ports()"
nameWithType: "IpAddress.ports()"
summary: "Get the list of ports exposed on the container group."
syntax: "public List ports()"
desc: "Get the list of ports exposed on the container group."
returns:
description: "the ports value"
type: "<>"
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.type()"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.type()"
name: "type()"
nameWithType: "IpAddress.type()"
summary: "Get specifies if the IP is exposed to the public internet or private VNET."
syntax: "public ContainerGroupIpAddressType type()"
desc: "Get specifies if the IP is exposed to the public internet or private VNET. Possible values include: 'Public', 'Private'."
returns:
description: "the type value"
type: ""
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.withDnsNameLabel(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.withDnsNameLabel(String dnsNameLabel)"
name: "withDnsNameLabel(String dnsNameLabel)"
nameWithType: "IpAddress.withDnsNameLabel(String dnsNameLabel)"
summary: "Set the Dns name label for the IP."
parameters:
- description: "the dnsNameLabel value to set"
name: "dnsNameLabel"
type: ""
syntax: "public IpAddress withDnsNameLabel(String dnsNameLabel)"
desc: "Set the Dns name label for the IP."
returns:
description: "the IpAddress object itself."
type: ""
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.withIp(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.withIp(String ip)"
name: "withIp(String ip)"
nameWithType: "IpAddress.withIp(String ip)"
summary: "Set the IP exposed to the public internet."
parameters:
- description: "the ip value to set"
name: "ip"
type: ""
syntax: "public IpAddress withIp(String ip)"
desc: "Set the IP exposed to the public internet."
returns:
description: "the IpAddress object itself."
type: ""
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.withPorts(java.util.List)"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.withPorts(List ports)"
name: "withPorts(List ports)"
nameWithType: "IpAddress.withPorts(List ports)"
summary: "Set the list of ports exposed on the container group."
parameters:
- description: "the ports value to set"
name: "ports"
type: "<>"
syntax: "public IpAddress withPorts(List ports)"
desc: "Set the list of ports exposed on the container group."
returns:
description: "the IpAddress object itself."
type: ""
- uid: "com.microsoft.azure.management.containerinstance.IpAddress.withType(com.microsoft.azure.management.containerinstance.ContainerGroupIpAddressType)"
fullName: "com.microsoft.azure.management.containerinstance.IpAddress.withType(ContainerGroupIpAddressType type)"
name: "withType(ContainerGroupIpAddressType type)"
nameWithType: "IpAddress.withType(ContainerGroupIpAddressType type)"
summary: "Set specifies if the IP is exposed to the public internet or private VNET."
parameters:
- description: "the type value to set"
name: "type"
type: ""
syntax: "public IpAddress withType(ContainerGroupIpAddressType type)"
desc: "Set specifies if the IP is exposed to the public internet or private VNET. Possible values include: 'Public', 'Private'."
returns:
description: "the IpAddress object itself."
type: ""
type: "class"
desc: "IP address for the container group."
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4