CustomDomainResponse

data class CustomDomainResponse(val bindingType: String? = null, val certificateId: String? = null, val name: String)

Custom Domain of a Container App

Constructors

Link copied to clipboard
constructor(bindingType: String? = null, certificateId: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bindingType: String? = null

Custom Domain binding type.

Link copied to clipboard
val certificateId: String? = null

Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment.

Link copied to clipboard

Hostname.