ApplicationGatewayFrontendPortArgs

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

Constructors

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

Properties

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

The ID of the Rewrite Rule Set

Link copied to clipboard
val name: Output<String>

The name of the Frontend Port.

Link copied to clipboard
val port: Output<Int>

The port used for this Frontend Port.

Functions

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