共用方式為


OrchestrationStatusQueryCondition Class

Definition

Query condition for searching the status of orchestration instances.

public class OrchestrationStatusQueryCondition
type OrchestrationStatusQueryCondition = class
Public Class OrchestrationStatusQueryCondition
Inheritance
OrchestrationStatusQueryCondition

Constructors

OrchestrationStatusQueryCondition()

Initializes a new instance of the OrchestrationStatusQueryCondition class.

Properties

ContinuationToken

ContinuationToken of the pager.

CreatedTimeFrom

Return orchestration instances which were created after this DateTime.

CreatedTimeTo

Return orchestration instances which were created before this DateTime.

InstanceIdPrefix

Return orchestration instances that have this instance id prefix.

PageSize

Maximum number of records that can be returned by the request. The default value is 100.

RuntimeStatus

Return orchestration instances which matches the runtimeStatus.

ShowInput

Determines whether the query will include the input of the orchestration.

TaskHubNames

Return orchestration instances which matches the TaskHubNames.

Applies to