JitRequestState 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.
The JIT request state.
public enum JitRequestState
type JitRequestState =
Public Enum JitRequestState
- Inheritance
-
JitRequestState
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | NotSpecified. |
Pending | 1 | Pending. |
Approved | 2 | Approved. |
Denied | 3 | Denied. |
Failed | 4 | Failed. |
Canceled | 5 | Canceled. |
Expired | 6 | Expired. |
Timeout | 7 | Timeout. |