ApplicationGatewayFrontendPortArgs

data class ApplicationGatewayFrontendPortArgs(val id: Output<String>? = null, val name: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<ApplicationGatewayFrontendPortArgs>

Frontend port of an application gateway.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, name: Output<String>? = null, port: Output<Int>? = null)

Properties

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val name: Output<String>? = null

Name of the frontend port that is unique within an Application Gateway.

Link copied to clipboard
val port: Output<Int>? = null

Frontend port.

Functions

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