MSILoginInformation(MSIResourceType, String, String, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET