ApplicationGatewayFrontendPort

data class ApplicationGatewayFrontendPort(val id: String? = null, val name: String, val port: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the Rewrite Rule Set

Link copied to clipboard

The name of the Frontend Port.

Link copied to clipboard
val port: Int

The port used for this Frontend Port.