Ip Address Response
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
fun IpAddressResponse(autoGeneratedDomainNameLabelScope: String? = null, dnsNameLabel: String? = null, fqdn: String, ip: String? = null, ports: List<PortResponse>, type: String)
Types
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
Link copied to clipboard