你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServicePrincipalInformation interface
ServicePrincipalInformation 表示在 Arc Appliance 安装过程中群集要使用的服务主体的详细信息。
属性
application |
服务主体的应用程序 ID(也称为客户端 ID)。 |
password | 服务主体的密码。 |
principal |
服务主体的主体 ID(也称为对象 ID)。 |
tenant |
在其中创建服务主体的租户的租户 ID(也称为目录 ID)。 |
属性详细信息
applicationId
服务主体的应用程序 ID(也称为客户端 ID)。
applicationId: string
属性值
string
password
服务主体的密码。
password: string
属性值
string
principalId
服务主体的主体 ID(也称为对象 ID)。
principalId: string
属性值
string
tenantId
在其中创建服务主体的租户的租户 ID(也称为目录 ID)。
tenantId: string
属性值
string