IpAddressResponse

data class IpAddressResponse(val dnsNameLabel: String? = null, val fqdn: String, val ip: String? = null, val ports: List<PortResponse>, val type: String)

IP address for the container group.

Constructors

Link copied to clipboard
constructor(dnsNameLabel: String? = null, fqdn: String, ip: String? = null, ports: List<PortResponse>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsNameLabel: String? = null

The Dns name label for the IP.

Link copied to clipboard

The FQDN for the IP.

Link copied to clipboard
val ip: String? = null

The IP exposed to the public internet.

Link copied to clipboard

The list of ports exposed on the container group.

Link copied to clipboard

Specifies if the IP is exposed to the public internet or private VNET.