次の方法で共有


DynamicsCrmLinkedService コンストラクター

定義

オーバーロード

DynamicsCrmLinkedService()

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

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

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

DynamicsCrmLinkedService()

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

public DynamicsCrmLinkedService ();
Public Sub New ()

適用対象

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

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

public DynamicsCrmLinkedService (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);
new Microsoft.Azure.Management.DataFactory.Models.DynamicsCrmLinkedService : 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.DynamicsCrmLinkedService
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)

パラメーター

deploymentType
Object

Dynamics CRM インスタンスの展開の種類。 Dynamics CRM Online の場合は 'Online'、Ifd を使用するオンプレミスの Dynamics CRM の場合は 'OnPremisesWithIfd' です。 型: string (または resultType 文字列を含む式)。

authenticationType
Object

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

additionalProperties
IDictionary<String,Object>

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

connectVia
IntegrationRuntimeReference

統合ランタイム参照。

description
String

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

parameters
IDictionary<String,ParameterSpecification>

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

annotations
IList<Object>

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

hostName
Object

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

port
Object

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

serviceUri
Object

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

organizationName
Object

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

username
Object

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

password
SecretBase

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

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 文字列を含む式)。

適用対象