trusted Root Certificates
suspend fun trustedRootCertificates(value: Output<List<ApplicationGatewayTrustedRootCertificateArgs>>)
Parameters
value
Trusted Root certificates of the application gateway resource. For default limits, see Application Gateway limits.
suspend fun trustedRootCertificates(vararg values: Output<ApplicationGatewayTrustedRootCertificateArgs>)
suspend fun trustedRootCertificates(values: List<Output<ApplicationGatewayTrustedRootCertificateArgs>>)
Parameters
values
Trusted Root certificates of the application gateway resource. For default limits, see Application Gateway limits.
suspend fun trustedRootCertificates(argument: List<suspend ApplicationGatewayTrustedRootCertificateArgsBuilder.() -> Unit>)
suspend fun trustedRootCertificates(vararg argument: suspend ApplicationGatewayTrustedRootCertificateArgsBuilder.() -> Unit)
suspend fun trustedRootCertificates(argument: suspend ApplicationGatewayTrustedRootCertificateArgsBuilder.() -> Unit)
Parameters
argument
Trusted Root certificates of the application gateway resource. For default limits, see Application Gateway limits.