Compartir a través de


AzurePowerShellCredential Constructores

Definición

Sobrecargas

AzurePowerShellCredential()

Crea una nueva instancia de AzurePowerShellCredential.

AzurePowerShellCredential(AzurePowerShellCredentialOptions)

Crea una nueva instancia de AzurePowerShellCredential con las opciones especificadas.

AzurePowerShellCredential()

Source:
AzurePowerShellCredential.cs
Source:
AzurePowerShellCredential.cs

Crea una nueva instancia de AzurePowerShellCredential.

public AzurePowerShellCredential ();
Public Sub New ()

Se aplica a

AzurePowerShellCredential(AzurePowerShellCredentialOptions)

Source:
AzurePowerShellCredential.cs
Source:
AzurePowerShellCredential.cs

Crea una nueva instancia de AzurePowerShellCredential con las opciones especificadas.

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

Parámetros

options
AzurePowerShellCredentialOptions

Opciones para configurar la credencial.

Se aplica a