IpAddressResponse

data class IpAddressResponse(val autoGeneratedDomainNameLabelScope: String? = null, 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(autoGeneratedDomainNameLabelScope: String? = null, 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

The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.

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.