Aracılığıyla paylaş


UsernamePasswordParameters Constructor

Definition

public UsernamePasswordParameters (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, System.Security.SecureString password, string homeAccountId);
new Microsoft.Azure.Commands.Common.Authentication.UsernamePasswordParameters : Microsoft.Azure.Commands.Common.Authentication.PowerShellTokenCacheProvider * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache * string * string * string * System.Security.SecureString * string -> Microsoft.Azure.Commands.Common.Authentication.UsernamePasswordParameters
Public Sub New (tokenCacheProvider As PowerShellTokenCacheProvider, environment As IAzureEnvironment, tokenCache As IAzureTokenCache, tenantId As String, resourceId As String, userId As String, password As SecureString, homeAccountId As String)

Parameters

tokenCacheProvider
PowerShellTokenCacheProvider
environment
IAzureEnvironment
tokenCache
IAzureTokenCache
tenantId
String
resourceId
String
userId
String
password
SecureString
homeAccountId
String

Applies to