Freigeben über


InteractiveParameters Constructors

Definition

Overloads

InteractiveParameters(PowerShellTokenCacheProvider, IAzureEnvironment, IAzureTokenCache, String, String, String, String, Action<String>)

public InteractiveParameters(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.InteractiveParameters : 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.InteractiveParameters
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
promptAction
Action<String>

Applies to

InteractiveParameters(PowerShellTokenCacheProvider, IAzureEnvironment, IAzureTokenCache, String, String, String, String, Action<String>, String)

public InteractiveParameters(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, string claimsChallenge);
new Microsoft.Azure.Commands.Common.Authentication.InteractiveParameters : 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> * string -> Microsoft.Azure.Commands.Common.Authentication.InteractiveParameters
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), claimsChallenge As String)

Parameters

tokenCacheProvider
PowerShellTokenCacheProvider
environment
IAzureEnvironment
tokenCache
IAzureTokenCache
tenantId
String
resourceId
String
userId
String
homeAccountId
String
promptAction
Action<String>
claimsChallenge
String

Applies to