AzureCredentials Construtores
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
AzureCredentials(DeviceCredentialInformation, String, AzureEnvironment)
public AzureCredentials (Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.DeviceCredentialInformation deviceCredentialInformation, string tenantId, Microsoft.Azure.Management.ResourceManager.Fluent.AzureEnvironment environment);
new Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials : Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.DeviceCredentialInformation * string * Microsoft.Azure.Management.ResourceManager.Fluent.AzureEnvironment -> Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials
Public Sub New (deviceCredentialInformation As DeviceCredentialInformation, tenantId As String, environment As AzureEnvironment)
Parâmetros
- deviceCredentialInformation
- DeviceCredentialInformation
- tenantId
- String
- environment
- AzureEnvironment
Aplica-se a
AzureCredentials(MSILoginInformation, AzureEnvironment, String)
public AzureCredentials (Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSILoginInformation msiLoginInformation, Microsoft.Azure.Management.ResourceManager.Fluent.AzureEnvironment environment, string tenantId = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials : Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.MSILoginInformation * Microsoft.Azure.Management.ResourceManager.Fluent.AzureEnvironment * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials
Public Sub New (msiLoginInformation As MSILoginInformation, environment As AzureEnvironment, Optional tenantId As String = Nothing)
Parâmetros
- msiLoginInformation
- MSILoginInformation
- environment
- AzureEnvironment
- tenantId
- String
Aplica-se a
AzureCredentials(ServicePrincipalLoginInformation, String, AzureEnvironment)
public AzureCredentials (Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.ServicePrincipalLoginInformation servicePrincipalLoginInformation, string tenantId, Microsoft.Azure.Management.ResourceManager.Fluent.AzureEnvironment environment);
new Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials : Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.ServicePrincipalLoginInformation * string * Microsoft.Azure.Management.ResourceManager.Fluent.AzureEnvironment -> Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials
Public Sub New (servicePrincipalLoginInformation As ServicePrincipalLoginInformation, tenantId As String, environment As AzureEnvironment)
Parâmetros
- servicePrincipalLoginInformation
- ServicePrincipalLoginInformation
- tenantId
- String
- environment
- AzureEnvironment
Aplica-se a
AzureCredentials(ServiceClientCredentials, ServiceClientCredentials, String, AzureEnvironment)
public AzureCredentials (Microsoft.Rest.ServiceClientCredentials armCredentials, Microsoft.Rest.ServiceClientCredentials graphCredentials, string tenantId, Microsoft.Azure.Management.ResourceManager.Fluent.AzureEnvironment environment);
new Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials : Microsoft.Rest.ServiceClientCredentials * Microsoft.Rest.ServiceClientCredentials * string * Microsoft.Azure.Management.ResourceManager.Fluent.AzureEnvironment -> Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials
Public Sub New (armCredentials As ServiceClientCredentials, graphCredentials As ServiceClientCredentials, tenantId As String, environment As AzureEnvironment)
Parâmetros
- armCredentials
- ServiceClientCredentials
- graphCredentials
- ServiceClientCredentials
- tenantId
- String
- environment
- AzureEnvironment
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET