AppVNetAddonsResponse

data class AppVNetAddonsResponse(val publicEndpoint: Boolean? = null, val publicEndpointUrl: String)

Additional App settings in vnet injection instance

Constructors

Link copied to clipboard
constructor(publicEndpoint: Boolean? = null, publicEndpointUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val publicEndpoint: Boolean? = null

Indicates whether the App in vnet injection instance exposes endpoint which could be accessed from internet.

Link copied to clipboard

URL of the App in vnet injection instance which could be accessed from internet