TaskAgentHttpClientBase.GetDeploymentMachineGroupMachinesAsync Method
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.
Overloads
GetDeploymentMachineGroupMachinesAsync(Guid, Int32, IEnumerable<String>, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentMachine>> GetDeploymentMachineGroupMachinesAsync(Guid project, int machineGroupId, System.Collections.Generic.IEnumerable<string> tagFilters = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetDeploymentMachineGroupMachinesAsync : Guid * int * seq<string> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentMachine>>
override this.GetDeploymentMachineGroupMachinesAsync : Guid * int * seq<string> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentMachine>>
Parameters
- project
- Guid
Project ID
- machineGroupId
- Int32
- tagFilters
- IEnumerable<String>
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetDeploymentMachineGroupMachinesAsync(String, Int32, IEnumerable<String>, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentMachine>> GetDeploymentMachineGroupMachinesAsync(string project, int machineGroupId, System.Collections.Generic.IEnumerable<string> tagFilters = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetDeploymentMachineGroupMachinesAsync : string * int * seq<string> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentMachine>>
override this.GetDeploymentMachineGroupMachinesAsync : string * int * seq<string> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentMachine>>
Parameters
- project
- String
Project ID or project name
- machineGroupId
- Int32
- tagFilters
- IEnumerable<String>
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.