Azure.Authenticate 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.
Surcharges
Authenticate(RestClient, String) | |
Authenticate(String) | |
Authenticate(AzureCredentials) |
Authenticate(RestClient, String)
public static Microsoft.Azure.Management.Fluent.Azure.IAuthenticated Authenticate (Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient, string tenantId);
static member Authenticate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient * string -> Microsoft.Azure.Management.Fluent.Azure.IAuthenticated
Public Shared Function Authenticate (restClient As RestClient, tenantId As String) As Azure.IAuthenticated
Paramètres
- restClient
- RestClient
- tenantId
- String
Retours
S’applique à
Authenticate(String)
public static Microsoft.Azure.Management.Fluent.Azure.IAuthenticated Authenticate (string authFile);
static member Authenticate : string -> Microsoft.Azure.Management.Fluent.Azure.IAuthenticated
Public Shared Function Authenticate (authFile As String) As Azure.IAuthenticated
Paramètres
- authFile
- String
Retours
S’applique à
Authenticate(AzureCredentials)
public static Microsoft.Azure.Management.Fluent.Azure.IAuthenticated Authenticate (Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials azureCredentials);
static member Authenticate : Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials -> Microsoft.Azure.Management.Fluent.Azure.IAuthenticated
Public Shared Function Authenticate (azureCredentials As AzureCredentials) As Azure.IAuthenticated
Paramètres
- azureCredentials
- AzureCredentials
Retours
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