Partager via


AzureCredentialsFactory.FromUserAssigedManagedServiceIdentity Méthode

Définition

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 à