次の方法で共有


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 とも呼ばれます)。

適用対象