ServerlessUpstreamSettings Constructors
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.
Overloads
| Name | Description |
|---|---|
| ServerlessUpstreamSettings() |
Initializes a new instance of the ServerlessUpstreamSettings class. |
| ServerlessUpstreamSettings(IList<UpstreamTemplate>) |
Initializes a new instance of the ServerlessUpstreamSettings class. |
ServerlessUpstreamSettings()
Initializes a new instance of the ServerlessUpstreamSettings class.
public ServerlessUpstreamSettings();
Public Sub New ()
Applies to
ServerlessUpstreamSettings(IList<UpstreamTemplate>)
Initializes a new instance of the ServerlessUpstreamSettings class.
public ServerlessUpstreamSettings(System.Collections.Generic.IList<Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate> templates = default);
new Microsoft.Azure.Management.SignalR.Models.ServerlessUpstreamSettings : System.Collections.Generic.IList<Microsoft.Azure.Management.SignalR.Models.UpstreamTemplate> -> Microsoft.Azure.Management.SignalR.Models.ServerlessUpstreamSettings
Public Sub New (Optional templates As IList(Of UpstreamTemplate) = Nothing)
Parameters
- templates
- IList<UpstreamTemplate>
Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects.