次の方法で共有


AzureKeyVaultLinkedService コンストラクター

定義

オーバーロード

AzureKeyVaultLinkedService()

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

AzureKeyVaultLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, CredentialReference)

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

AzureKeyVaultLinkedService()

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

public AzureKeyVaultLinkedService ();
Public Sub New ()

適用対象

AzureKeyVaultLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, CredentialReference)

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

public AzureKeyVaultLinkedService (object baseUrl, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultLinkedService : obj * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.CredentialReference -> Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultLinkedService
Public Sub New (baseUrl As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional credential As CredentialReference = Nothing)

パラメーター

baseUrl
Object

Azure Key Vaultのベース URL。 例: https://myakv.vault.azure.net 型: string (または resultType 文字列を含む式)。

additionalProperties
IDictionary<String,Object>

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

connectVia
IntegrationRuntimeReference

統合ランタイム参照。

description
String

リンクされたサービスの説明。

parameters
IDictionary<String,ParameterSpecification>

リンクされたサービスのパラメーター。

annotations
IList<Object>

リンクされたサービスの説明に使用できるタグの一覧。

credential
CredentialReference

認証情報を含む資格情報参照。

適用対象