次の方法で共有


ServicePrincipal(Guid, Guid, Byte[], String) コンストラクター

定義

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

public ServicePrincipal (Guid applicationId, Guid aadTenantId, byte[] certificateFileBytes, string certificatePassword);
new Microsoft.Azure.Management.HDInsight.Models.ServicePrincipal : Guid * Guid * byte[] * string -> Microsoft.Azure.Management.HDInsight.Models.ServicePrincipal
Public Sub New (applicationId As Guid, aadTenantId As Guid, certificateFileBytes As Byte(), certificatePassword As String)

パラメーター

applicationId
Guid

サービス プリンシパルのアプリケーション ID。

aadTenantId
Guid

サービス プリンシパルの AAD テナント ID

certificateFileBytes
Byte[]

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

certificatePassword
String

サービス プリンシパルに関連付けられている証明書パスワード。

適用対象