ServerlessUpstreamSettings Class

Definition

The settings for the Upstream when the service is in server-less mode.

public class ServerlessUpstreamSettings
type ServerlessUpstreamSettings = class
Public Class ServerlessUpstreamSettings
Inheritance
ServerlessUpstreamSettings

Constructors

Name Description
ServerlessUpstreamSettings()

Initializes a new instance of the ServerlessUpstreamSettings class.

ServerlessUpstreamSettings(IList<UpstreamTemplate>)

Initializes a new instance of the ServerlessUpstreamSettings class.

Properties

Name Description
Templates

Gets or sets gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects.

Applies to