MSILoginInformation(MSIResourceType, String, String, String) Constructor

Definition

Construction for MSI Login

public MSILoginInformation (Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSIResourceType resourceType, string clientId = default, string resourceId = default, string objectId = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSILoginInformation : Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSIResourceType * string * string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSILoginInformation
Public Sub New (resourceType As MSIResourceType, Optional clientId As String = Nothing, Optional resourceId As String = Nothing, Optional objectId As String = Nothing)

Parameters

resourceType
MSIResourceType

MSI Resource Type

clientId
String

User Assigned Identity Client ID

resourceId
String

User Assigned Identity Resource ID

objectId
String

User Assigned Identity Object ID

Applies to