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

AuthenticationType type

定义 AuthenticationType 的值。
KnownAuthenticationType 可与 AuthenticationType 互换使用,此枚举包含服务支持的已知值。

服务支持的已知值

AAD:使用 AAD SSO 对用户进行身份验证(这需要 Internet 访问)。
密码:使用本地存储的密码对用户进行身份验证。

type AuthenticationType = string