次の方法で共有


AzureKeyVaultSecretReference クラス

定義

Azure Key Vault シークレット リファレンス。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureKeyVaultSecretReference+AzureKeyVaultSecretReferenceConverter))]
public class AzureKeyVaultSecretReference : Azure.Analytics.Synapse.Artifacts.Models.SecretBase
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureKeyVaultSecretReference+AzureKeyVaultSecretReferenceConverter))>]
type AzureKeyVaultSecretReference = class
    inherit SecretBase
Public Class AzureKeyVaultSecretReference
Inherits SecretBase
継承
AzureKeyVaultSecretReference
属性

コンストラクター

AzureKeyVaultSecretReference(LinkedServiceReference, Object)

AzureKeyVaultSecretReference の新しいインスタンスを初期化します。

プロパティ

SecretName

Azure Key Vault内のシークレットの名前。 型: string (または resultType 文字列を含む式)。

SecretVersion

Azure Key Vault内のシークレットのバージョン。 既定値は、シークレットの最新バージョンです。 型: string (または resultType 文字列を含む式)。

Store

Azure Key Vaultリンクされたサービス リファレンス。

適用対象