AzurePowerShellCredential Construtores

Definição

Sobrecargas

AzurePowerShellCredential()

Cria uma nova instância do AzurePowerShellCredential.

AzurePowerShellCredential(AzurePowerShellCredentialOptions)

Cria uma nova instância do AzurePowerShellCredential com as opções especificadas.

AzurePowerShellCredential()

Origem:
AzurePowerShellCredential.cs
Origem:
AzurePowerShellCredential.cs

Cria uma nova instância do AzurePowerShellCredential.

public AzurePowerShellCredential ();
Public Sub New ()

Aplica-se a

AzurePowerShellCredential(AzurePowerShellCredentialOptions)

Origem:
AzurePowerShellCredential.cs
Origem:
AzurePowerShellCredential.cs

Cria uma nova instância do AzurePowerShellCredential com as opções 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

Opções para configurar a credencial.

Aplica-se a