TaskAgentHttpClient.GetDeploymentGroupsMetricsAsync2 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
GetDeploymentGroupsMetricsAsync2(Guid, String, String, Nullable<Int32>, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentGroupMetrics>> GetDeploymentGroupsMetricsAsync2(Guid project, string deploymentGroupName = null, string continuationToken = null, Nullable<int> top = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetDeploymentGroupsMetricsAsync2 : Guid * string * string * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentGroupMetrics>>
override this.GetDeploymentGroupsMetricsAsync2 : Guid * string * string * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentGroupMetrics>>
Parameters
- project
- Guid
Project ID
- deploymentGroupName
- String
- continuationToken
- String
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetDeploymentGroupsMetricsAsync2(String, String, String, Nullable<Int32>, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentGroupMetrics>> GetDeploymentGroupsMetricsAsync2(string project, string deploymentGroupName = null, string continuationToken = null, Nullable<int> top = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetDeploymentGroupsMetricsAsync2 : string * string * string * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentGroupMetrics>>
override this.GetDeploymentGroupsMetricsAsync2 : string * string * string * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentGroupMetrics>>
Parameters
- project
- String
Project ID or project name
- deploymentGroupName
- String
- continuationToken
- String
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.