Application Gateway Frontend Port Args
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
fun ApplicationGatewayFrontendPortArgs(id: Output<String>? = null, name: Output<String>? = null, port: Output<Int>? = null)