Partager via


AzurePowerShellCredential Constructeurs

Définition

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 à