次の方法で共有


ODataLinkedService コンストラクター

定義

オーバーロード

ODataLinkedService()

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

ODataLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, String, Object, SecretBase, Object, Object, Object, Object, Object, String, SecretBase, SecretBase, SecretBase, Object)

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

ODataLinkedService()

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

public ODataLinkedService ();
Public Sub New ()

適用対象

ODataLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, String, Object, SecretBase, Object, Object, Object, Object, Object, String, SecretBase, SecretBase, SecretBase, Object)

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

public ODataLinkedService (object url, 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, string authenticationType = default, object userName = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object authHeaders = default, object tenant = default, object servicePrincipalId = default, object azureCloudType = default, object aadResourceId = default, string aadServicePrincipalCredentialType = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalKey = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalEmbeddedCert = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalEmbeddedCertPassword = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService : 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> * string * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj * string * Microsoft.Azure.Management.DataFactory.Models.SecretBase * Microsoft.Azure.Management.DataFactory.Models.SecretBase * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj -> Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService
Public Sub New (url 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 authenticationType As String = Nothing, Optional userName As Object = Nothing, Optional password As SecretBase = Nothing, Optional authHeaders As Object = Nothing, Optional tenant As Object = Nothing, Optional servicePrincipalId As Object = Nothing, Optional azureCloudType As Object = Nothing, Optional aadResourceId As Object = Nothing, Optional aadServicePrincipalCredentialType As String = Nothing, Optional servicePrincipalKey As SecretBase = Nothing, Optional servicePrincipalEmbeddedCert As SecretBase = Nothing, Optional servicePrincipalEmbeddedCertPassword As SecretBase = Nothing, Optional encryptedCredential As Object = Nothing)

パラメーター

url
Object

OData サービス エンドポイントの URL。 型: string (または resultType 文字列を含む式)。

additionalProperties
IDictionary<String,Object>

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

connectVia
IntegrationRuntimeReference

統合ランタイム参照。

description
String

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

parameters
IDictionary<String,ParameterSpecification>

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

annotations
IList<Object>

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

authenticationType
String

OData サービスへの接続に使用される認証の種類。 使用できる値は、'Basic'、'Anonymous'、'Windows'、'AadServicePrincipal'、'ManagedServiceIdentity' です。

userName
Object

OData サービスのユーザー名。 型: string (または resultType 文字列を含む式)。

password
SecretBase

OData サービスのパスワード。

authHeaders
Object

承認に使用される RESTful API への要求内の追加の HTTP ヘッダー。 型: object (または resultType オブジェクトを持つ Expression)。

tenant
Object

アプリケーションが存在するテナントの情報 (ドメイン名またはテナント ID) を指定します。 型: string (または resultType 文字列を含む式)。

servicePrincipalId
Object

Azure Active Directory に登録されているアプリケーションのアプリケーション ID を指定します。 型: string (または resultType 文字列を含む式)。

azureCloudType
Object

サービス プリンシパル認証の Azure クラウドの種類を示します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。

aadResourceId
Object

ディレクトリを使用するための承認を要求するリソースを指定します。 型: string (または resultType 文字列を含む式)。

aadServicePrincipalCredentialType
String

サービス プリンシパルに使用する資格情報の種類 (キーまたは証明書) を指定します。 使用できる値は、'ServicePrincipalKey'、'ServicePrincipalCert' です。

servicePrincipalKey
SecretBase

Azure Active Directory に登録されているアプリケーションのシークレットを指定します。 型: string (または resultType 文字列を含む式)。

servicePrincipalEmbeddedCert
SecretBase

Azure Active Directory に登録されているアプリケーションの、Base64 でエンコードされた証明書を指定します。 型: string (または resultType 文字列を含む式)。

servicePrincipalEmbeddedCertPassword
SecretBase

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

encryptedCredential
Object

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

適用対象