ContainerServiceDeploymentVersionPublicEndpointArgs

data class ContainerServiceDeploymentVersionPublicEndpointArgs(val containerName: Output<String>, val containerPort: Output<Int>, val healthCheck: Output<ContainerServiceDeploymentVersionPublicEndpointHealthCheckArgs>) : ConvertibleToJava<ContainerServiceDeploymentVersionPublicEndpointArgs>

Constructors

constructor(containerName: Output<String>, containerPort: Output<Int>, healthCheck: Output<ContainerServiceDeploymentVersionPublicEndpointHealthCheckArgs>)

Properties

Link copied to clipboard
val containerName: Output<String>

The name of the container for the endpoint.

Link copied to clipboard
val containerPort: Output<Int>

The port of the container to which traffic is forwarded to.

Link copied to clipboard

A configuration block that describes the health check configuration of the container. Detailed below.

Functions

Link copied to clipboard
open override fun toJava(): ContainerServiceDeploymentVersionPublicEndpointArgs