ApplicationGatewayFrontendPortResponse

data class ApplicationGatewayFrontendPortResponse(val etag: String, val id: String? = null, val name: String? = null, val port: Int? = null, val provisioningState: String, val type: String)

Frontend port of an application gateway.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard
val port: Int? = null

Frontend port.

Link copied to clipboard

The provisioning state of the frontend port resource.

Link copied to clipboard

Type of the resource.