UpstreamAuthSettings Constructors

Definition

Overloads

Name Description
UpstreamAuthSettings()

Initializes a new instance of the UpstreamAuthSettings class.

UpstreamAuthSettings(String, ManagedIdentitySettings)

Initializes a new instance of the UpstreamAuthSettings class.

UpstreamAuthSettings()

Initializes a new instance of the UpstreamAuthSettings class.

public UpstreamAuthSettings();
Public Sub New ()

Applies to

UpstreamAuthSettings(String, ManagedIdentitySettings)

Initializes a new instance of the UpstreamAuthSettings class.

public UpstreamAuthSettings(string type = default, Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings managedIdentity = default);
new Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings : string * Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings -> Microsoft.Azure.Management.SignalR.Models.UpstreamAuthSettings
Public Sub New (Optional type As String = Nothing, Optional managedIdentity As ManagedIdentitySettings = Nothing)

Parameters

type
String

Upstream auth type enum. Possible values include: 'None', 'ManagedIdentity'

managedIdentity
ManagedIdentitySettings

Managed identity settings for upstream.

Applies to