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

ServicePrincipalInformation 类

定义

ServicePrincipalInformation 表示群集在 Arc 设备安装期间要使用的服务主体的详细信息。

public class ServicePrincipalInformation
type ServicePrincipalInformation = class
Public Class ServicePrincipalInformation
继承
ServicePrincipalInformation

构造函数

ServicePrincipalInformation(String, String, String)

初始化 ServicePrincipalInformation 的新实例。

属性

ApplicationId

服务主体的应用程序 ID(也称为客户端 ID)。

Password

服务主体的密码。

PrincipalId

服务主体的主体 ID(也称为对象 ID)。

TenantId

在其中创建服务主体的租户的租户 ID,也称为目录 ID。

适用于