次の方法で共有


ServicePrincipal クラス

定義

OAuth2 トークンの取得に使用されるサービス プリンシパル

public class ServicePrincipal : Microsoft.Azure.Management.HDInsight.Models.Principal
type ServicePrincipal = class
    inherit Principal
Public Class ServicePrincipal
Inherits Principal
継承
ServicePrincipal

コンストラクター

ServicePrincipal(Guid, Guid, Byte[], String)

ServicePrincipal クラスの新しいインスタンスを初期化します。

プロパティ

AADTenantId

サービス プリンシパルの AAD テナント ID を取得します

ApplicationId

サービス プリンシパルのアプリケーション ID を取得します

CertificateFileBytes

サービス プリンシパルに関連付けられている証明書ファイルのバイト数を取得します

CertificatePassword

サービス プリンシパルに関連付けられている証明書パスワードを取得します

ResourceUri

サービス プリンシパルのリソース URI を取得します

適用対象