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

DefaultAuthenticatorBuilder.AppendAuthenticator Method

Definition

public bool AppendAuthenticator (Func<Microsoft.Azure.Commands.Common.Authentication.IAuthenticator> constructor);
abstract member AppendAuthenticator : Func<Microsoft.Azure.Commands.Common.Authentication.IAuthenticator> -> bool
override this.AppendAuthenticator : Func<Microsoft.Azure.Commands.Common.Authentication.IAuthenticator> -> bool
Public Function AppendAuthenticator (constructor As Func(Of IAuthenticator)) As Boolean

Parameters

constructor
Func<IAuthenticator>

Returns

Implements

Applies to