次の方法で共有


ODataLinkedService.ServicePrincipalEmbeddedCertPassword プロパティ

定義

証明書にパスワードがあり、AadServicePrincipal 認証を使用している場合は、証明書のパスワードを取得または設定します。 型: string (または resultType 文字列を含む式)。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.servicePrincipalEmbeddedCertPassword")]
public Microsoft.Azure.Management.DataFactory.Models.SecretBase ServicePrincipalEmbeddedCertPassword { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.servicePrincipalEmbeddedCertPassword")>]
member this.ServicePrincipalEmbeddedCertPassword : Microsoft.Azure.Management.DataFactory.Models.SecretBase with get, set
Public Property ServicePrincipalEmbeddedCertPassword As SecretBase

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象