StartOrchestrationArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters for starting a new instance of an orchestration.
public class StartOrchestrationArgs
type StartOrchestrationArgs = class
Public Class StartOrchestrationArgs
- Inheritance
-
StartOrchestrationArgs
Remarks
This class is primarily intended for use with IAsyncCollector<T>
.
Constructors
StartOrchestrationArgs() |
Initializes a new instance of the StartOrchestrationArgs class. |
StartOrchestrationArgs(String, Object) |
Initializes a new instance of the StartOrchestrationArgs class. |
Properties
FunctionName |
Gets or sets the name of the orchestrator function to start. |
Input |
Gets or sets the JSON-serializeable input data for the orchestrator function. |
InstanceId |
Gets or sets the instance ID to assign to the started orchestration. |
Applies to
Azure SDK for .NET