TaskAgentReference Class
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.
[System.Runtime.Serialization.DataContract]
public class TaskAgentReference : ICloneable
type TaskAgentReference = class
interface ICloneable
Public Class TaskAgentReference
Implements ICloneable
- Inheritance
-
TaskAgentReference
- Derived
- Attributes
- Implements
Constructors
TaskAgentReference() | |
TaskAgentReference(TaskAgentReference) |
Properties
AccessPoint |
Gets the access point of the agent. |
Enabled |
Gets or sets a value indicating whether or not this agent should be enabled for job execution. |
Id |
Gets the identifier of the agent. |
Links |
Gets the reference links collection for this agent. |
Name |
Gets the name of the agent. |
OSDescription |
Gets the OS of the agent. |
ProvisioningState |
Gets or sets the current provisioning state of this agent |
Status |
Gets the current connectivity status of the agent. |
Version |
Gets the version of the agent. |
Methods
Clone() |
Explicit Interface Implementations
ICloneable.Clone() |