RepairTaskFlags 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.
Defines flags that provide extended status information about a repair task.
This type supports the Service Fabric platform; it is not meant to be used directly from your code.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum RepairTaskFlags
[<System.Flags>]
type RepairTaskFlags =
Public Enum RepairTaskFlags
- Inheritance
-
RepairTaskFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No flags are specified. |
CancelRequested | 1 | A user has requested cancellation of the repair task. |
AbortRequested | 2 | A user has requested an abort of the repair task. |
ForcedApproval | 4 | A user has forced the approval of the repair task, so it may have executed without normal safety guarantees. |
ValidMask | 7 | A mask that includes all valid repair task flags. |
Applies to
Azure SDK for .NET