ManagedIdentitySettings Constructors

Definition

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.

Applies to