Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the status of a computer.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
[DataContractAttribute]
public enum MachineStatus
[DataContractAttribute]
public enum class MachineStatus
<DataContractAttribute>
Public Enumeration MachineStatus
Members
| Member name | Description | |
|---|---|---|
| Active | Indicates that the computer is active. |
|
| ActiveWithCert | Indicates that the computer is active with the certificate. |
|
| Deactive | Indicates that the computer is not active. |
|
| DeactiveWithCert | Indicates that the computer is not active with the certificate. |
|
| NotExists | Indicates that the computer does not exist. |
See Also
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top