ManagedIdentitySettings 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 |
|---|---|
| ManagedIdentitySettings() |
Initializes a new instance of the ManagedIdentitySettings class. |
| ManagedIdentitySettings(String) |
Initializes a new instance of the ManagedIdentitySettings class. |
ManagedIdentitySettings()
Initializes a new instance of the ManagedIdentitySettings class.
public ManagedIdentitySettings();
Public Sub New ()
Applies to
ManagedIdentitySettings(String)
Initializes a new instance of the ManagedIdentitySettings class.
public ManagedIdentitySettings(string resource = default);
new Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings : string -> Microsoft.Azure.Management.SignalR.Models.ManagedIdentitySettings
Public Sub New (Optional resource As String = Nothing)
Parameters
- resource
- String
The Resource indicating the App ID URI of the target resource. It also appears in the aud (audience) claim of the issued token.