Edit

Share via


TaskAgentStatusFilter Enum

Definition

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

All 3

All deployment targets.

Offline 1

Only deployment targets that are offline.

Online 2

Only deployment targets that are online.

Applies to