UntilActivity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UntilActivity() |
UntilActivity クラスの新しいインスタンスを初期化します。 |
UntilActivity(String, Expression, IList<Activity>, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, Object) |
UntilActivity クラスの新しいインスタンスを初期化します。 |
UntilActivity()
UntilActivity クラスの新しいインスタンスを初期化します。
public UntilActivity ();
Public Sub New ()
適用対象
UntilActivity(String, Expression, IList<Activity>, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, Object)
UntilActivity クラスの新しいインスタンスを初期化します。
public UntilActivity (string name, Microsoft.Azure.Management.DataFactory.Models.Expression expression, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.Activity> activities, 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, object timeout = default);
new Microsoft.Azure.Management.DataFactory.Models.UntilActivity : string * Microsoft.Azure.Management.DataFactory.Models.Expression * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.Activity> * 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> * obj -> Microsoft.Azure.Management.DataFactory.Models.UntilActivity
Public Sub New (name As String, expression As Expression, activities As IList(Of Activity), 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 timeout As Object = Nothing)
パラメーター
- name
- String
アクティビティ名。
- expression
- Expression
ブール値に評価される式。 ループは、この式が true に評価されるまで続行されます
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
- description
- String
アクティビティの説明。
- dependsOn
- IList<ActivityDependency>
アクティビティは条件によって異なります。
- userProperties
- IList<UserProperty>
アクティビティ ユーザーのプロパティ。
- timeout
- Object
アクティビティの実行に関するタイムアウトを指定します。 値が指定されていない場合は、TimeSpan.FromDays(7) の値 (既定値として 1 週間) を受け取ります。 型: string (または resultType 文字列を含む式)、pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). 型: string (または resultType 文字列を含む式)、pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
適用対象
Azure SDK for .NET