Application Gateway Http Listener Args
data class ApplicationGatewayHttpListenerArgs(val customErrorConfigurations: Output<List<ApplicationGatewayHttpListenerCustomErrorConfigurationArgs>>? = null, val firewallPolicyId: Output<String>? = null, val frontendIpConfigurationId: Output<String>? = null, val frontendIpConfigurationName: Output<String>, val frontendPortId: Output<String>? = null, val frontendPortName: Output<String>, val hostName: Output<String>? = null, val hostNames: Output<List<String>>? = null, val id: Output<String>? = null, val name: Output<String>, val protocol: Output<String>, val requireSni: Output<Boolean>? = null, val sslCertificateId: Output<String>? = null, val sslCertificateName: Output<String>? = null, val sslProfileId: Output<String>? = null, val sslProfileName: Output<String>? = null) : ConvertibleToJava<ApplicationGatewayHttpListenerArgs>
Constructors
Link copied to clipboard
fun ApplicationGatewayHttpListenerArgs(customErrorConfigurations: Output<List<ApplicationGatewayHttpListenerCustomErrorConfigurationArgs>>? = null, firewallPolicyId: Output<String>? = null, frontendIpConfigurationId: Output<String>? = null, frontendIpConfigurationName: Output<String>, frontendPortId: Output<String>? = null, frontendPortName: Output<String>, hostName: Output<String>? = null, hostNames: Output<List<String>>? = null, id: Output<String>? = null, name: Output<String>, protocol: Output<String>, requireSni: Output<Boolean>? = null, sslCertificateId: Output<String>? = null, sslCertificateName: Output<String>? = null, sslProfileId: Output<String>? = null, sslProfileName: Output<String>? = null)
Functions
Properties
Link copied to clipboard
val customErrorConfigurations: Output<List<ApplicationGatewayHttpListenerCustomErrorConfigurationArgs>>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard