TerminalProvisioningStates 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.
Terminal values for the ProvisioningState
property.
public enum TerminalProvisioningStates
type TerminalProvisioningStates =
Public Enum TerminalProvisioningStates
- Inheritance
-
TerminalProvisioningStates
Fields
Canceled | 3 | The cancelled state. |
Failed | 2 | The failed state. |
Ready | 0 | The ready state. |
Succeeded | 1 | The succeeded state. |