次の方法で共有


CustomActivity コンストラクター

定義

オーバーロード

CustomActivity()

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

CustomActivity(String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, LinkedServiceReference, Object, CustomActivityReferenceObject, IDictionary<String,Object>, Object, Object)

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

CustomActivity()

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

public CustomActivity ();
Public Sub New ()

適用対象

CustomActivity(String, Object, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, LinkedServiceReference, Object, CustomActivityReferenceObject, IDictionary<String,Object>, Object, Object)

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

public CustomActivity (string name, object command, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference resourceLinkedService = default, object folderPath = default, Microsoft.Azure.Management.DataFactory.Models.CustomActivityReferenceObject referenceObjects = default, System.Collections.Generic.IDictionary<string,object> extendedProperties = default, object retentionTimeInDays = default, object autoUserSpecification = default);
new Microsoft.Azure.Management.DataFactory.Models.CustomActivity : string * obj * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * obj * Microsoft.Azure.Management.DataFactory.Models.CustomActivityReferenceObject * System.Collections.Generic.IDictionary<string, obj> * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.CustomActivity
Public Sub New (name As String, command As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional resourceLinkedService As LinkedServiceReference = Nothing, Optional folderPath As Object = Nothing, Optional referenceObjects As CustomActivityReferenceObject = Nothing, Optional extendedProperties As IDictionary(Of String, Object) = Nothing, Optional retentionTimeInDays As Object = Nothing, Optional autoUserSpecification As Object = Nothing)

パラメーター

name
String

アクティビティ名。

command
Object

カスタム アクティビティのコマンド Type: string (または ResultType 文字列を含む式)。

additionalProperties
IDictionary<String,Object>

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

description
String

アクティビティの説明。

dependsOn
IList<ActivityDependency>

アクティビティは条件によって異なります。

userProperties
IList<UserProperty>

アクティビティ ユーザーのプロパティ。

linkedServiceName
LinkedServiceReference

リンクされたサービス参照。

policy
ActivityPolicy

アクティビティ ポリシー。

resourceLinkedService
LinkedServiceReference

リソースのリンクされたサービス参照。

folderPath
Object

リソース ファイルのフォルダー パス 種類: string (または resultType 文字列を含む式)。

referenceObjects
CustomActivityReferenceObject

参照オブジェクト

extendedProperties
IDictionary<String,Object>

ユーザー定義のプロパティ バッグ。 使用できるキーまたは値に制限はありません。 ユーザーが指定したカスタム アクティビティには、定義されたコンテンツを使用して解釈する責任があります。

retentionTimeInDays
Object

カスタム アクティビティ用に送信するファイルのリテンション期間。 型: double (または resultType double を含む式)。

autoUserSpecification
Object

ユーザーの昇格レベルとスコープ。既定値は nonadmin タスクです。 型: string (または resultType double を含む式)。

適用対象