AzureCredentials Constructeurs
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
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)
Paramètres
- deviceCredentialInformation
- DeviceCredentialInformation
- tenantId
- String
- environment
- AzureEnvironment
S’applique à
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)
Paramètres
- msiLoginInformation
- MSILoginInformation
- environment
- AzureEnvironment
- tenantId
- String
S’applique à
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)
Paramètres
- servicePrincipalLoginInformation
- ServicePrincipalLoginInformation
- tenantId
- String
- environment
- AzureEnvironment
S’applique à
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)
Paramètres
- armCredentials
- ServiceClientCredentials
- graphCredentials
- ServiceClientCredentials
- tenantId
- String
- environment
- AzureEnvironment
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