ServerlessUpstreamSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |