UpstreamAuthSettings 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 |
|---|---|
| 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.