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

AuthConfigForPatch interface

服务器的身份验证配置属性。

属性

activeDirectoryAuth

指示服务器是否支持 Microsoft Entra 身份验证。

passwordAuth

指示服务器是否支持基于密码的身份验证。

tenantId

委托资源的租户的标识符。

属性详细信息

activeDirectoryAuth

指示服务器是否支持 Microsoft Entra 身份验证。

activeDirectoryAuth?: string

属性值

string

passwordAuth

指示服务器是否支持基于密码的身份验证。

passwordAuth?: string

属性值

string

tenantId

委托资源的租户的标识符。

tenantId?: string

属性值

string