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

IdentityProviderContent(Guid, String, String, String, String) 构造函数

定义

初始化 IdentityProviderContent 的新实例。

public IdentityProviderContent (Guid tenantId, string applicationId, string objectId, string audience, string aadAuthority);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent : Guid * string * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.IdentityProviderContent
Public Sub New (tenantId As Guid, applicationId As String, objectId As String, audience As String, aadAuthority As String)

参数

tenantId
Guid

本地管理/数据平面组件与我们的 Azure 服务通信的服务主体的租户 ID。

applicationId
String

本地管理/数据平面组件与我们的 Azure 服务通信的服务主体的应用程序/客户端 ID。

objectId
String

本地管理/数据平面组件与我们的 Azure 服务通信的服务主体的对象 ID。

audience
String

本地管理/数据平面组件与我们的 Azure 服务通信的服务主体的预期受众。

aadAuthority
String

Azure Active Directory 身份验证的基本机构。

例外

applicationIdobjectIdaudienceaadAuthority 为 null。

适用于