AzurePowerShellCredential Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables authentication to Azure Active Directory 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
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 a access token from Azure PowerShell, using the access token to authenticate. This method id called by Azure SDK clients. |
GetTokenAsync(TokenRequestContext, CancellationToken) |
Obtains a access token from Azure PowerShell, using the access token to authenticate. This method id called by Azure SDK clients. |
Applies to
Feedback
Submit and view feedback for