InteractiveWamParameters Constructor
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.
public InteractiveWamParameters (Microsoft.Azure.Commands.Common.Authentication.PowerShellTokenCacheProvider tokenCacheProvider, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment environment, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache tokenCache, string tenantId, string resourceId, string userId, string homeAccountId, Action<string> promptAction);
new Microsoft.Azure.Commands.Common.Authentication.InteractiveWamParameters : Microsoft.Azure.Commands.Common.Authentication.PowerShellTokenCacheProvider * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache * string * string * string * string * Action<string> -> Microsoft.Azure.Commands.Common.Authentication.InteractiveWamParameters
Public Sub New (tokenCacheProvider As PowerShellTokenCacheProvider, environment As IAzureEnvironment, tokenCache As IAzureTokenCache, tenantId As String, resourceId As String, userId As String, homeAccountId As String, promptAction As Action(Of String))
Parameters
- tokenCacheProvider
- PowerShellTokenCacheProvider
- environment
- IAzureEnvironment
- tokenCache
- IAzureTokenCache
- tenantId
- String
- resourceId
- String
- userId
- String
- homeAccountId
- String