次の方法で共有


DynamicsLinkedService コンストラクター

定義

オーバーロード

DynamicsLinkedService()

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

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

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

DynamicsLinkedService()

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

public DynamicsLinkedService ();
Public Sub New ()

適用対象

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

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

public DynamicsLinkedService (object deploymentType, object authenticationType, 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, object hostName = default, object port = default, object serviceUri = default, object organizationName = default, object username = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object servicePrincipalId = default, object servicePrincipalCredentialType = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalCredential = default, object encryptedCredential = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default);
new Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService : obj * 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> * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * Microsoft.Azure.Management.DataFactory.Models.CredentialReference -> Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService
Public Sub New (deploymentType As Object, authenticationType 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 hostName As Object = Nothing, Optional port As Object = Nothing, Optional serviceUri As Object = Nothing, Optional organizationName As Object = Nothing, Optional username As Object = Nothing, Optional password As SecretBase = Nothing, Optional servicePrincipalId As Object = Nothing, Optional servicePrincipalCredentialType As Object = Nothing, Optional servicePrincipalCredential As SecretBase = Nothing, Optional encryptedCredential As Object = Nothing, Optional credential As CredentialReference = Nothing)

パラメーター

deploymentType
Object

Dynamics インスタンスの展開の種類。 "Online" for Dynamics Online と "OnPremisesWithIfd" for Dynamics on-premises with Ifd。 型: string (または resultType 文字列を含む式)。

authenticationType
Object

Dynamics サーバーに接続する認証の種類。 オンライン シナリオの場合は 'Office365'、Ifd シナリオではオンプレミスの場合は 'Ifd'、オンライン シナリオではサーバー間認証の場合は "AADServicePrincipal" です。 型: string (または resultType 文字列を含む式)。

additionalProperties
IDictionary<String,Object>

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

connectVia
IntegrationRuntimeReference

統合ランタイム参照。

description
String

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

parameters
IDictionary<String,ParameterSpecification>

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

annotations
IList<Object>

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

hostName
Object

オンプレミス Dynamics サーバーのホスト名。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 型: string (または resultType 文字列を含む式)。

port
Object

オンプレミス Dynamics サーバーのポート。 プロパティはオンプレミスでは必須であり、オンラインでは使用できません。 既定値は 443 です。 型: 整数 (または resultType 整数を含む式)、最小: 0。

serviceUri
Object

Microsoft Dynamics サーバーの URL。 プロパティはオンラインでは必須であり、オンプレミスでは使用できません。 型: string (または resultType 文字列を含む式)。

organizationName
Object

Dynamics インスタンスの組織の名前。 プロパティはオンプレミスでは必須であり、ユーザーに関連付けられている複数の Dynamics インスタンスがある場合はオンラインで必要です。 型: string (または resultType 文字列を含む式)。

username
Object

Dynamics インスタンスにアクセスするためのユーザー名。 型: string (または resultType 文字列を含む式)。

password
SecretBase

Dynamics インスタンスにアクセスするためのパスワード。

servicePrincipalId
Object

サーバー間認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。

servicePrincipalCredentialType
Object

サーバー間認証で使用するサービス プリンシパルの資格情報の種類。 キー/シークレットの場合は 'ServicePrincipalKey'、証明書の場合は 'ServicePrincipalCert' です。 型: string (または resultType 文字列を含む式)。

servicePrincipalCredential
SecretBase

Azure Active Directory のサービス プリンシパル オブジェクトの資格情報。 servicePrincipalCredentialType が 'ServicePrincipalKey' の場合、servicePrincipalCredential には SecureString または AzureKeyVaultSecretReference を指定できます。 servicePrincipalCredentialType が 'ServicePrincipalCert' の場合、servicePrincipalCredential には AzureKeyVaultSecretReference のみを指定できます。

encryptedCredential
Object

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

credential
CredentialReference

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

適用対象