Application Gateway Backend Settings Args
data class ApplicationGatewayBackendSettingsArgs(val hostName: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val pickHostNameFromBackendAddress: Output<Boolean>? = null, val port: Output<Int>? = null, val probe: Output<SubResourceArgs>? = null, val protocol: Output<Either<String, ApplicationGatewayProtocol>>? = null, val timeout: Output<Int>? = null, val trustedRootCertificates: Output<List<SubResourceArgs>>? = null) : ConvertibleToJava<ApplicationGatewayBackendSettingsArgs>
Backend address pool settings of an application gateway.
Constructors
Link copied to clipboard
fun ApplicationGatewayBackendSettingsArgs(hostName: Output<String>? = null, id: Output<String>? = null, name: Output<String>? = null, pickHostNameFromBackendAddress: Output<Boolean>? = null, port: Output<Int>? = null, probe: Output<SubResourceArgs>? = null, protocol: Output<Either<String, ApplicationGatewayProtocol>>? = null, timeout: Output<Int>? = null, trustedRootCertificates: Output<List<SubResourceArgs>>? = null)