Freigeben über


AzurePowerShellCredential Konstruktoren

Definition

Überlädt

AzurePowerShellCredential()

Erstellt eine neue Instanz der AzurePowerShellCredential.

AzurePowerShellCredential(AzurePowerShellCredentialOptions)

Erstellt eine neue instance von AzurePowerShellCredential mit den angegebenen Optionen.

AzurePowerShellCredential()

Quelle:
AzurePowerShellCredential.cs
Quelle:
AzurePowerShellCredential.cs

Erstellt eine neue Instanz der AzurePowerShellCredential.

public AzurePowerShellCredential ();
Public Sub New ()

Gilt für:

AzurePowerShellCredential(AzurePowerShellCredentialOptions)

Quelle:
AzurePowerShellCredential.cs
Quelle:
AzurePowerShellCredential.cs

Erstellt eine neue instance von AzurePowerShellCredential mit den angegebenen Optionen.

public AzurePowerShellCredential (Azure.Identity.AzurePowerShellCredentialOptions options);
new Azure.Identity.AzurePowerShellCredential : Azure.Identity.AzurePowerShellCredentialOptions -> Azure.Identity.AzurePowerShellCredential
Public Sub New (options As AzurePowerShellCredentialOptions)

Parameter

options
AzurePowerShellCredentialOptions

Optionen zum Konfigurieren der Anmeldeinformationen.

Gilt für: