RepairTaskStateFilter Enum
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.
Specifies values that can be combined as a bitmask to retrieve repair tasks filtered by their current workflow state.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum RepairTaskStateFilter
[<System.Flags>]
type RepairTaskStateFilter =
Public Enum RepairTaskStateFilter
- Inheritance
-
RepairTaskStateFilter
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Includes all repair tasks, regardless of state. |
Created | 1 | Includes repair tasks in the Created state. |
Claimed | 2 | Includes repair tasks in the Claimed state. |
Preparing | 4 | Includes repair tasks in the Preparing state. |
Approved | 8 | Includes repair tasks in the Approved state. |
Executing | 16 | Includes repair tasks in the Executing state. |
ReadyToExecute | 24 | Includes repair tasks in the Approved or Executing state. |
Restoring | 32 | Includes repair tasks in the Restoring state. |
Active | 63 | Includes repair tasks that are not completed. |
Completed | 64 | Includes repair tasks in the Completed state. |
All | 127 | Includes all repair tasks, regardless of state. |
Applies to
Azure SDK for .NET