TaskAgentStatusFilter 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.
This is useful in getting a list of deployment targets, filtered by the deployment agent status.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
[System.Runtime.Serialization.DataContract]
public enum TaskAgentStatusFilter
type TaskAgentStatusFilter =
Public Enum TaskAgentStatusFilter
- Inheritance
-
TaskAgentStatusFilter
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Offline | 1 | Only deployment targets that are offline. |
| Online | 2 | Only deployment targets that are online. |
| All | 3 | All deployment targets. |