ContainerGroupInitContainerPort

data class ContainerGroupInitContainerPort(val port: Int? = null, val protocol: String? = null)

Constructors

Link copied to clipboard
fun ContainerGroupInitContainerPort(port: Int? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int? = null

When using the HTTP request method for health check, the port number for HTTP Get request detection.

Link copied to clipboard
val protocol: String? = null

The type of the protocol. Valid values: TCP and UDP.