AzureCredentialsFactory.FromUserAssigedManagedServiceIdentity Méthode
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.
Crée un objet d’informations d’identification à l’aide d’un jeton à partir du point de terminaison d’identité de service managé local.
public Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials FromUserAssigedManagedServiceIdentity (string clientId, Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSIResourceType resourceType, Microsoft.Azure.Management.ResourceManager.Fluent.AzureEnvironment environment, string tenantId = default);
member this.FromUserAssigedManagedServiceIdentity : string * Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSIResourceType * Microsoft.Azure.Management.ResourceManager.Fluent.AzureEnvironment * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials
Public Function FromUserAssigedManagedServiceIdentity (clientId As String, resourceType As MSIResourceType, environment As AzureEnvironment, Optional tenantId As String = Nothing) As AzureCredentials
Paramètres
- clientId
- String
ID client de l’identité affectée par l’utilisateur
- resourceType
- MSIResourceType
Type de ressource pour les informations de connexion MSI
- environment
- AzureEnvironment
Environnement dans lequel s’authentifier
- tenantId
- String
ID de locataire
Retours
un objet d’informations d’identification authentifiée
S’applique à
Azure SDK for .NET