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