Partager via


MSILoginInformation(MSIResourceType, String, String, String) Constructeur

Définition

Construction de la connexion MSI

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)

Paramètres

resourceType
MSIResourceType

Type de ressource MSI

clientId
String

ID client de l’identité affectée par l’utilisateur

resourceId
String

ID de ressource d’identité affectée par l’utilisateur

objectId
String

ID d’objet d’identité affectée par l’utilisateur

S’applique à