你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OrchestrationStatusQueryCondition Class

Definition

Query condition for searching the status of orchestration instances.

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

Constructors

Name Description
OrchestrationStatusQueryCondition()

Initializes a new instance of the OrchestrationStatusQueryCondition class.

Properties

Name Description
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