ManagementState 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.
Enumerates the possible states of a ManagedInstance object.
public enum class ManagementState
public enum ManagementState
type ManagementState =
Public Enum ManagementState
- Inheritance
-
ManagementState
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The state is unknown. |
Discovered | 1 | The instance has been detected. |
Manageable | 2 | The instance has been validated as manageable |
ManagementPending | 3 | The operation to make the instance managed has been initiated, but is currently pending. |
Managed | 4 | The instance is managed. |