次の方法で共有


ServicePrincipalCredential コンストラクター

定義

オーバーロード

ServicePrincipalCredential()

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

ServicePrincipalCredential(IDictionary<String,Object>, String, IList<Object>, Object, AzureKeyVaultSecretReference, Object)

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

ServicePrincipalCredential()

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

public ServicePrincipalCredential ();
Public Sub New ()

適用対象

ServicePrincipalCredential(IDictionary<String,Object>, String, IList<Object>, Object, AzureKeyVaultSecretReference, Object)

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

public ServicePrincipalCredential (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<object> annotations = default, object servicePrincipalId = default, Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference servicePrincipalKey = default, object tenant = default);
new Microsoft.Azure.Management.DataFactory.Models.ServicePrincipalCredential : System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<obj> * obj * Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference * obj -> Microsoft.Azure.Management.DataFactory.Models.ServicePrincipalCredential
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional servicePrincipalId As Object = Nothing, Optional servicePrincipalKey As AzureKeyVaultSecretReference = Nothing, Optional tenant As Object = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

description
String

資格情報の説明。

annotations
IList<Object>

資格情報の記述に使用できるタグの一覧。

servicePrincipalId
Object

認証に使用されるサービス プリンシパルのアプリ ID

servicePrincipalKey
AzureKeyVaultSecretReference

認証に使用されるサービス プリンシパルのキー。

tenant
Object

サービス プリンシパルが属するテナントの ID

適用対象