upstream Endpoints
Parameters
value
An upstream_endpoint
block as documented below. Using this block requires the SignalR service to be Serverless. When creating multiple blocks they will be processed in the order they are defined in.
Parameters
values
An upstream_endpoint
block as documented below. Using this block requires the SignalR service to be Serverless. When creating multiple blocks they will be processed in the order they are defined in.
suspend fun upstreamEndpoints(argument: List<suspend ServiceUpstreamEndpointArgsBuilder.() -> Unit>)
suspend fun upstreamEndpoints(vararg argument: suspend ServiceUpstreamEndpointArgsBuilder.() -> Unit)
Parameters
argument
An upstream_endpoint
block as documented below. Using this block requires the SignalR service to be Serverless. When creating multiple blocks they will be processed in the order they are defined in.