Partager via


StartOrchestrationArgs Constructeurs

Définition

Surcharges

StartOrchestrationArgs()
StartOrchestrationArgs(String, Object)

StartOrchestrationArgs()

Source:
StartOrchestrationArgs.cs
public StartOrchestrationArgs ();
Public Sub New ()

S’applique à

StartOrchestrationArgs(String, Object)

Source:
StartOrchestrationArgs.cs
public StartOrchestrationArgs (string functionName, object input);
new Microsoft.Azure.WebJobs.StartOrchestrationArgs : string * obj -> Microsoft.Azure.WebJobs.StartOrchestrationArgs
Public Sub New (functionName As String, input As Object)

Paramètres

functionName
String
input
Object

S’applique à