你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzurePowerShellCredential Class

Definition

Enables authentication to Microsoft Entra ID using Azure PowerShell to obtain an access token.

public class AzurePowerShellCredential : Azure.Core.TokenCredential
type AzurePowerShellCredential = class
    inherit TokenCredential
Public Class AzurePowerShellCredential
Inherits TokenCredential
Inheritance
AzurePowerShellCredential

Constructors

AzurePowerShellCredential()

Creates a new instance of the AzurePowerShellCredential.

AzurePowerShellCredential(AzurePowerShellCredentialOptions)

Creates a new instance of the AzurePowerShellCredential with the specified options.

Methods

GetToken(TokenRequestContext, CancellationToken)

Obtains an access token from Azure PowerShell, using the access token to authenticate. This method is called by Azure SDK clients.

GetTokenAsync(TokenRequestContext, CancellationToken)

Obtains an access token from Azure PowerShell, using the access token to authenticate. This method is called by Azure SDK clients.

Applies to