Azure.Authenticate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- restClient
- RestClient
- tenantId
- String
Retornos
Aplica-se a
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
Parâmetros
- authFile
- String
Retornos
Aplica-se a
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
Parâmetros
- azureCredentials
- AzureCredentials
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET