AgentPoolDeleteMachinesParameter 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.
Specifies a list of machine names from the agent pool to be deleted.
public class AgentPoolDeleteMachinesParameter
type AgentPoolDeleteMachinesParameter = class
Public Class AgentPoolDeleteMachinesParameter
- Inheritance
-
AgentPoolDeleteMachinesParameter
Constructors
| Name | Description |
|---|---|
| AgentPoolDeleteMachinesParameter() |
Initializes a new instance of the AgentPoolDeleteMachinesParameter class. |
| AgentPoolDeleteMachinesParameter(IList<String>) |
Initializes a new instance of the AgentPoolDeleteMachinesParameter class. |
Properties
| Name | Description |
|---|---|
| MachineNames |
Gets or sets the agent pool machine names. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |