Application Gateway Listener Args
data class ApplicationGatewayListenerArgs(val frontendIPConfiguration: Output<SubResourceArgs>? = null, val frontendPort: Output<SubResourceArgs>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val protocol: Output<Either<String, ApplicationGatewayProtocol>>? = null, val sslCertificate: Output<SubResourceArgs>? = null, val sslProfile: Output<SubResourceArgs>? = null) : ConvertibleToJava<ApplicationGatewayListenerArgs>
Listener of an application gateway.
Constructors
Link copied to clipboard
fun ApplicationGatewayListenerArgs(frontendIPConfiguration: Output<SubResourceArgs>? = null, frontendPort: Output<SubResourceArgs>? = null, id: Output<String>? = null, name: Output<String>? = null, protocol: Output<Either<String, ApplicationGatewayProtocol>>? = null, sslCertificate: Output<SubResourceArgs>? = null, sslProfile: Output<SubResourceArgs>? = null)