ServicePrincipalInformation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 とも呼ばれます)。 |