次の方法で共有


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 認証の基本機関。

例外

applicationIdobjectIdaudience、または aadAuthority が null です。

適用対象