IdentityProviderContent(Guid, String, String, String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 認証の基本機関。
例外
applicationId
、objectId
、audience
、または aadAuthority
が null です。