Freigeben über


WaitActivity(String, DataFactoryElement<Int32>) Konstruktor

Definition

Initialisiert eine neue instance von WaitActivity.

public WaitActivity (string name, Azure.Core.Expressions.DataFactory.DataFactoryElement<int> waitTimeInSeconds);
new Azure.ResourceManager.DataFactory.Models.WaitActivity : string * Azure.Core.Expressions.DataFactory.DataFactoryElement<int> -> Azure.ResourceManager.DataFactory.Models.WaitActivity
Public Sub New (name As String, waitTimeInSeconds As DataFactoryElement(Of Integer))

Parameter

name
String

Aktivitätsname.

waitTimeInSeconds
DataFactoryElement<Int32>

Dauer in Sekunden. Type: integer (oder Expression with resultType integer).

Ausnahmen

name oder waitTimeInSeconds ist NULL.

Gilt für: