Partager via


AzureCredentialsFactory.FromMSI 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 FromMSI (Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSILoginInformation msiLoginInformation, Microsoft.Azure.Management.ResourceManager.Fluent.AzureEnvironment environment, string tenantId = default);
member this.FromMSI : Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSILoginInformation * Microsoft.Azure.Management.ResourceManager.Fluent.AzureEnvironment * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials
Public Function FromMSI (msiLoginInformation As MSILoginInformation, environment As AzureEnvironment, Optional tenantId As String = Nothing) As AzureCredentials

Paramètres

msiLoginInformation
MSILoginInformation

informations nécessaires pour l’authentification MSI

environment
AzureEnvironment

l’environnement auprès de lequel s’authentifier

tenantId
String

Retours

un objet d’informations d’identification authentifiée

S’applique à