Partager via


CustomActivity(String, DataFactoryElement<String>) Constructeur

Définition

Initialise une nouvelle instance de CustomActivity.

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

Paramètres

name
String

Nom de l’activité.

command
DataFactoryElement<String>

Commande pour le type d’activité personnalisé : string (ou Expression avec la chaîne resultType).

Exceptions

name ou command est null.

S’applique à