Application Gateway Listener Args
data class ApplicationGatewayListenerArgs(val frontendIPConfiguration: Output<SubResourceArgs>? = null, val frontendPort: Output<SubResourceArgs>? = null, val hostNames: Output<List<String>>? = 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
constructor(frontendIPConfiguration: Output<SubResourceArgs>? = null, frontendPort: Output<SubResourceArgs>? = null, hostNames: Output<List<String>>? = null, id: Output<String>? = null, name: Output<String>? = null, protocol: Output<Either<String, ApplicationGatewayProtocol>>? = null, sslCertificate: Output<SubResourceArgs>? = null, sslProfile: Output<SubResourceArgs>? = null)
Properties
Link copied to clipboard
Frontend IP configuration resource of an application gateway.
Link copied to clipboard
Frontend port resource of an application gateway.
Link copied to clipboard
Protocol of the listener.
Link copied to clipboard
SSL certificate resource of an application gateway.
Link copied to clipboard
SSL profile resource of the application gateway.