Sdílet prostřednictvím


StartOrchestrationArgs Class

Definition

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