ServerlessUpstreamSettings Constructors

Definition

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.

Applies to