OrchestrationStatusQueryCondition 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.
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
Azure SDK for .NET