AzurePowerShellCredential 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
AzurePowerShellCredential() |
Crée une nouvelle instance de AzurePowerShellCredential. |
AzurePowerShellCredential(AzurePowerShellCredentialOptions) |
Crée une instance de avec AzurePowerShellCredential les options spécifiées. |
AzurePowerShellCredential()
- Source:
- AzurePowerShellCredential.cs
- Source:
- AzurePowerShellCredential.cs
Crée une nouvelle instance de AzurePowerShellCredential.
public AzurePowerShellCredential ();
Public Sub New ()
S’applique à
AzurePowerShellCredential(AzurePowerShellCredentialOptions)
- Source:
- AzurePowerShellCredential.cs
- Source:
- AzurePowerShellCredential.cs
Crée une instance de avec AzurePowerShellCredential les options spécifiées.
public AzurePowerShellCredential (Azure.Identity.AzurePowerShellCredentialOptions options);
new Azure.Identity.AzurePowerShellCredential : Azure.Identity.AzurePowerShellCredentialOptions -> Azure.Identity.AzurePowerShellCredential
Public Sub New (options As AzurePowerShellCredentialOptions)
Paramètres
- options
- AzurePowerShellCredentialOptions
Options de configuration des informations d’identification.
S’applique à
Azure SDK for .NET