Edit

Share via


TaskAgentHttpClientBase Class

Definition

[Microsoft.VisualStudio.Services.WebApi.ResourceArea("A85B8835-C1A1-4AAC-AE97-1C3D0BA72DBD")]
public abstract class TaskAgentHttpClientBase : Microsoft.TeamFoundation.DistributedTask.WebApi.TaskAgentHttpClientCompatBase
type TaskAgentHttpClientBase = class
    inherit TaskAgentHttpClientCompatBase
Public MustInherit Class TaskAgentHttpClientBase
Inherits TaskAgentHttpClientCompatBase
Inheritance
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
TaskAgentHttpClientBase
Derived
Attributes
Microsoft.VisualStudio.Services.WebApi.ResourceAreaAttribute

Constructors

TaskAgentHttpClientBase(Uri, HttpMessageHandler, Boolean)
TaskAgentHttpClientBase(Uri, VssCredentials, DelegatingHandler[])
TaskAgentHttpClientBase(Uri, VssCredentials, VssHttpRequestSettings, DelegatingHandler[])
TaskAgentHttpClientBase(Uri, VssCredentials, VssHttpRequestSettings)
TaskAgentHttpClientBase(Uri, VssCredentials)

Methods

AcquireAccessTokenAsync(AadOauthTokenRequest, Object, CancellationToken)

[Preview API]

AddAgentAsync(Int32, TaskAgent, Object, CancellationToken)

[Preview API]

AddAgentCloudAsync(TaskAgentCloud, Object, CancellationToken)

[Preview API]

AddAgentPoolAsync(TaskAgentPool, Object, CancellationToken)

[Preview API]

AddAgentQueueAsync(Guid, TaskAgentQueue, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

AddAgentQueueAsync(Guid, TaskAgentQueue, Object, CancellationToken)

[Preview API]

AddAgentQueueAsync(String, TaskAgentQueue, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

AddAgentQueueAsync(String, TaskAgentQueue, Object, CancellationToken)

[Preview API]

AddAgentQueueAsync(TaskAgentQueue, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

AddAgentQueueAsync(TaskAgentQueue, Object, CancellationToken)

[Preview API]

AddDeploymentGroupAsync(Guid, DeploymentGroupCreateParameter, Object, CancellationToken)

[Preview API] Create a deployment group.

AddDeploymentGroupAsync(String, DeploymentGroupCreateParameter, Object, CancellationToken)

[Preview API] Create a deployment group.

AddDeploymentMachineAsync(Guid, Int32, DeploymentMachine, Object, CancellationToken)

[Preview API]

AddDeploymentMachineAsync(String, Int32, DeploymentMachine, Object, CancellationToken)

[Preview API]

AddDeploymentMachineGroupAsync(Guid, DeploymentMachineGroup, Object, CancellationToken)

[Preview API]

AddDeploymentMachineGroupAsync(String, DeploymentMachineGroup, Object, CancellationToken)

[Preview API]

AddDeploymentTargetAsync(Guid, Int32, DeploymentMachine, Object, CancellationToken)

[Preview API] Register a deployment target to a deployment group. Generally this is called by agent configuration tool.

AddDeploymentTargetAsync(String, Int32, DeploymentMachine, Object, CancellationToken)

[Preview API] Register a deployment target to a deployment group. Generally this is called by agent configuration tool.

AddEnvironmentAsync(Guid, EnvironmentCreateParameter, Object, CancellationToken)

[Preview API] Create an environment.

AddEnvironmentAsync(String, EnvironmentCreateParameter, Object, CancellationToken)

[Preview API] Create an environment.

AddServiceEndpointExecutionRecordsAsync(Guid, ServiceEndpointExecutionRecordsInput, Object, CancellationToken)

[Preview API]

AddServiceEndpointExecutionRecordsAsync(String, ServiceEndpointExecutionRecordsInput, Object, CancellationToken)

[Preview API]

AddServiceGroupAsync(Guid, Int32, KubernetesServiceGroupCreateParameters, Object, CancellationToken)

[Preview API]

AddServiceGroupAsync(String, Int32, KubernetesServiceGroupCreateParameters, Object, CancellationToken)

[Preview API]

AddTaskGroupAsync(Guid, TaskGroupCreateParameter, Object, CancellationToken)

[Preview API] Create a task group.

AddTaskGroupAsync(String, TaskGroupCreateParameter, Object, CancellationToken)

[Preview API] Create a task group.

AddVariableGroupAsync(Guid, VariableGroupParameters, Object, CancellationToken)

[Preview API] Add a variable group.

AddVariableGroupAsync(String, VariableGroupParameters, Object, CancellationToken)

[Preview API] Add a variable group.

CreateAadOAuthRequestAsync(String, String, Nullable<AadLoginPromptOption>, String, Nullable<Boolean>, Object, CancellationToken)
Obsolete.

[Preview API]

CreateAadOAuthRequestAsync(String, String, Nullable<AadLoginPromptOption>, String, Object, CancellationToken)

[Preview API]

CreateAgentPoolMaintenanceDefinitionAsync(Int32, TaskAgentPoolMaintenanceDefinition, Object, CancellationToken)

[Preview API]

CreateAgentSessionAsync(Int32, TaskAgentSession, Object, CancellationToken)

[Preview API]

CreateOAuthConfigurationAsync(OAuthConfigurationParams, Object, CancellationToken)

[Preview API]

CreateServiceEndpointAsync(Guid, ServiceEndpoint, Object, CancellationToken)
Obsolete.

[Preview API]

CreateServiceEndpointAsync(String, ServiceEndpoint, Object, CancellationToken)
Obsolete.

[Preview API]

CreateTeamProjectAsync(Guid, Object, CancellationToken)

[Preview API]

CreateTeamProjectAsync(Object, CancellationToken)

[Preview API]

CreateTeamProjectAsync(String, Object, CancellationToken)

[Preview API]

DeleteAgentAsync(Int32, Int32, Object, CancellationToken)

[Preview API]

DeleteAgentCloudAsync(Int32, Object, CancellationToken)

[Preview API]

DeleteAgentPoolAsync(Int32, Object, CancellationToken)

[Preview API]

DeleteAgentPoolMaintenanceDefinitionAsync(Int32, Int32, Object, CancellationToken)

[Preview API]

DeleteAgentPoolMaintenanceJobAsync(Int32, Int32, Object, CancellationToken)

[Preview API]

DeleteAgentQueueAsync(Guid, Int32, Object, CancellationToken)

[Preview API]

DeleteAgentQueueAsync(Int32, Object, CancellationToken)

[Preview API]

DeleteAgentQueueAsync(String, Int32, Object, CancellationToken)

[Preview API]

DeleteAgentRequestAsync(Int32, Int64, Guid, Nullable<TaskResult>, Object, CancellationToken)

[Preview API]

DeleteAgentSessionAsync(Int32, Guid, Object, CancellationToken)

[Preview API]

DeleteDeploymentGroupAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Delete a deployment group.

DeleteDeploymentGroupAsync(String, Int32, Object, CancellationToken)

[Preview API] Delete a deployment group.

DeleteDeploymentMachineAsync(Guid, Int32, Int32, Object, CancellationToken)

[Preview API]

DeleteDeploymentMachineAsync(String, Int32, Int32, Object, CancellationToken)

[Preview API]

DeleteDeploymentMachineGroupAsync(Guid, Int32, Object, CancellationToken)

[Preview API]

DeleteDeploymentMachineGroupAsync(String, Int32, Object, CancellationToken)

[Preview API]

DeleteDeploymentTargetAsync(Guid, Int32, Int32, Object, CancellationToken)

[Preview API] Delete a deployment target in a deployment group. This deletes the agent from associated deployment pool too.

DeleteDeploymentTargetAsync(String, Int32, Int32, Object, CancellationToken)

[Preview API] Delete a deployment target in a deployment group. This deletes the agent from associated deployment pool too.

DeleteEnvironmentAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Delete the specified environment.

DeleteEnvironmentAsync(String, Int32, Object, CancellationToken)

[Preview API] Delete the specified environment.

DeleteMessageAsync(Int32, Int64, Guid, Object, CancellationToken)

[Preview API]

DeleteOAuthConfigurationAsync(Int32, Object, CancellationToken)

[Preview API]

DeleteSecureFileAsync(Guid, Guid, Object, CancellationToken)

[Preview API] Delete a secure file

DeleteSecureFileAsync(String, Guid, Object, CancellationToken)

[Preview API] Delete a secure file

DeleteServiceEndpointAsync(Guid, Guid, Object, CancellationToken)
Obsolete.

[Preview API]

DeleteServiceEndpointAsync(String, Guid, Object, CancellationToken)
Obsolete.

[Preview API]

DeleteServiceGroupAsync(Guid, Int32, Int32, Object, CancellationToken)

[Preview API]

DeleteServiceGroupAsync(String, Int32, Int32, Object, CancellationToken)

[Preview API]

DeleteTaskDefinitionAsync(Guid, Object, CancellationToken)

[Preview API]

DeleteTaskGroupAsync(Guid, Guid, Object, CancellationToken)

[Preview API]

(Inherited from TaskAgentHttpClientCompatBase)
DeleteTaskGroupAsync(Guid, Guid, String, Object, CancellationToken)

[Preview API] Delete a task group.

DeleteTaskGroupAsync(String, Guid, Object, CancellationToken)

[Preview API]

(Inherited from TaskAgentHttpClientCompatBase)
DeleteTaskGroupAsync(String, Guid, String, Object, CancellationToken)

[Preview API] Delete a task group.

DeleteVariableGroupAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Delete a variable group

DeleteVariableGroupAsync(String, Int32, Object, CancellationToken)

[Preview API] Delete a variable group

DownloadSecureFileAsync(Guid, Guid, String, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Download a secure file by Id

DownloadSecureFileAsync(String, Guid, String, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Download a secure file by Id

ExecuteServiceEndpointRequestAsync(Guid, String, ServiceEndpointRequest, Object, CancellationToken)

[Preview API]

ExecuteServiceEndpointRequestAsync(String, String, ServiceEndpointRequest, Object, CancellationToken)

[Preview API]

GenerateDeploymentGroupAccessTokenAsync(Guid, Int32, Object, CancellationToken)

[Preview API] GET a PAT token for managing (configuring, removing, tagging) deployment targets in a deployment group.

GenerateDeploymentGroupAccessTokenAsync(String, Int32, Object, CancellationToken)

[Preview API] GET a PAT token for managing (configuring, removing, tagging) deployment targets in a deployment group.

GenerateDeploymentMachineGroupAccessTokenAsync(Guid, Int32, Object, CancellationToken)

[Preview API]

GenerateDeploymentMachineGroupAccessTokenAsync(String, Int32, Object, CancellationToken)

[Preview API]

GenerateDeploymentPoolAccessTokenAsync(Int32, Object, CancellationToken)

[Preview API] GET a PAT token for managing (configuring, removing, tagging) deployment agents in a deployment pool.

GetAgentAsync(Int32, Int32, Nullable<Boolean>, Nullable<Boolean>, IEnumerable<String>, Object, CancellationToken)

[Preview API]

GetAgentCloudAsync(Int32, Object, CancellationToken)

[Preview API]

GetAgentCloudRequestsAsync(Int32, Object, CancellationToken)

[Preview API]

GetAgentCloudsAsync(Object, CancellationToken)

[Preview API]

GetAgentCloudTypesAsync(Object, CancellationToken)

[Preview API] Get agent cloud types.

GetAgentPoolAsync(Int32, IEnumerable<String>, Nullable<TaskAgentPoolActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentPoolMaintenanceDefinitionAsync(Int32, Int32, Object, CancellationToken)

[Preview API]

GetAgentPoolMaintenanceDefinitionsAsync(Int32, Object, CancellationToken)

[Preview API]

GetAgentPoolMaintenanceJobAsync(Int32, Int32, Object, CancellationToken)

[Preview API]

GetAgentPoolMaintenanceJobLogsAsync(Int32, Int32, Object, CancellationToken)

[Preview API]

GetAgentPoolMaintenanceJobsAsync(Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API]

GetAgentPoolMetadataAsync(Int32, Object, CancellationToken)

[Preview API]

GetAgentPoolsAsync(String, IEnumerable<String>, Nullable<TaskAgentPoolType>, Nullable<TaskAgentPoolActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentQueueAsync(Guid, Int32, Nullable<TaskAgentQueueActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentQueueAsync(Int32, Nullable<TaskAgentQueueActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentQueueAsync(String, Int32, Nullable<TaskAgentQueueActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentQueuesAsync(Guid, String, Nullable<TaskAgentQueueActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentQueuesAsync(String, Nullable<TaskAgentQueueActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentQueuesAsync(String, String, Nullable<TaskAgentQueueActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentQueuesByIdsAsync(Guid, IEnumerable<Int32>, Nullable<TaskAgentQueueActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentQueuesByIdsAsync(IEnumerable<Int32>, Nullable<TaskAgentQueueActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentQueuesByIdsAsync(String, IEnumerable<Int32>, Nullable<TaskAgentQueueActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentQueuesByNamesAsync(Guid, IEnumerable<String>, Nullable<TaskAgentQueueActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentQueuesByNamesAsync(IEnumerable<String>, Nullable<TaskAgentQueueActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentQueuesByNamesAsync(String, IEnumerable<String>, Nullable<TaskAgentQueueActionFilter>, Object, CancellationToken)

[Preview API]

GetAgentRequestAsync(Int32, Int64, Object, CancellationToken)

[Preview API]

GetAgentRequestsForAgentAsync(Int32, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API]

GetAgentRequestsForAgentsAsync(Int32, IEnumerable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API]

GetAgentRequestsForDeploymentMachineAsync(Guid, Int32, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API]

GetAgentRequestsForDeploymentMachineAsync(String, Int32, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API]

GetAgentRequestsForDeploymentMachinesAsync(Guid, Int32, IEnumerable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API]

GetAgentRequestsForDeploymentMachinesAsync(String, Int32, IEnumerable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API]

GetAgentRequestsForDeploymentTargetAsync(Guid, Int32, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get agent requests for a deployment target.

GetAgentRequestsForDeploymentTargetAsync(String, Int32, Int32, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get agent requests for a deployment target.

GetAgentRequestsForDeploymentTargetsAsync(Guid, Int32, IEnumerable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get agent requests for a list deployment targets.

GetAgentRequestsForDeploymentTargetsAsync(Guid, Int32, IEnumerable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get agent requests for a list deployment targets.

GetAgentRequestsForDeploymentTargetsAsync(String, Int32, IEnumerable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get agent requests for a list deployment targets.

GetAgentRequestsForDeploymentTargetsAsync(String, Int32, IEnumerable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get agent requests for a list deployment targets.

GetAgentRequestsForPlanAsync(Int32, Guid, Nullable<Guid>, Object, CancellationToken)

[Preview API]

GetAgentsAsync(Int32, String, Nullable<Boolean>, Nullable<Boolean>, IEnumerable<String>, IEnumerable<String>, Object, CancellationToken)

[Preview API]

GetAzureManagementGroupsAsync(Object, CancellationToken)

[Preview API] Returns list of azure subscriptions

GetAzureSubscriptionsAsync(Object, CancellationToken)

[Preview API] Returns list of azure subscriptions

GetDeploymentGroupAsync(Guid, Int32, Nullable<DeploymentGroupActionFilter>, Nullable<DeploymentGroupExpands>, Object, CancellationToken)

[Preview API] Get a deployment group by its ID.

GetDeploymentGroupAsync(String, Int32, Nullable<DeploymentGroupActionFilter>, Nullable<DeploymentGroupExpands>, Object, CancellationToken)

[Preview API] Get a deployment group by its ID.

GetDeploymentGroupsAsync(Guid, String, Nullable<DeploymentGroupActionFilter>, Nullable<DeploymentGroupExpands>, String, Nullable<Int32>, IEnumerable<Int32>, Object, CancellationToken)

[Preview API] Get a list of deployment groups by name or IDs.

GetDeploymentGroupsAsync(String, String, Nullable<DeploymentGroupActionFilter>, Nullable<DeploymentGroupExpands>, String, Nullable<Int32>, IEnumerable<Int32>, Object, CancellationToken)

[Preview API] Get a list of deployment groups by name or IDs.

GetDeploymentGroupsMetricsAsync(Guid, String, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get a list of deployment group metrics.

GetDeploymentGroupsMetricsAsync(String, String, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get a list of deployment group metrics.

GetDeploymentMachineAsync(Guid, Int32, Int32, Nullable<DeploymentMachineExpands>, Object, CancellationToken)

[Preview API]

GetDeploymentMachineAsync(String, Int32, Int32, Nullable<DeploymentMachineExpands>, Object, CancellationToken)

[Preview API]

GetDeploymentMachineGroupAsync(Guid, Int32, Nullable<MachineGroupActionFilter>, Object, CancellationToken)

[Preview API]

GetDeploymentMachineGroupAsync(String, Int32, Nullable<MachineGroupActionFilter>, Object, CancellationToken)

[Preview API]

GetDeploymentMachineGroupMachinesAsync(Guid, Int32, IEnumerable<String>, Object, CancellationToken)

[Preview API]

GetDeploymentMachineGroupMachinesAsync(String, Int32, IEnumerable<String>, Object, CancellationToken)

[Preview API]

GetDeploymentMachineGroupsAsync(Guid, String, Nullable<MachineGroupActionFilter>, Object, CancellationToken)

[Preview API]

GetDeploymentMachineGroupsAsync(String, String, Nullable<MachineGroupActionFilter>, Object, CancellationToken)

[Preview API]

GetDeploymentMachinesAsync(Guid, Int32, IEnumerable<String>, String, Nullable<DeploymentMachineExpands>, Object, CancellationToken)

[Preview API]

GetDeploymentMachinesAsync(String, Int32, IEnumerable<String>, String, Nullable<DeploymentMachineExpands>, Object, CancellationToken)

[Preview API]

GetDeploymentPoolsSummaryAsync(String, Nullable<DeploymentPoolSummaryExpands>, Object, CancellationToken)

[Preview API] Get a list of deployment pool summaries.

GetDeploymentTargetAsync(Guid, Int32, Int32, Nullable<DeploymentTargetExpands>, Object, CancellationToken)

[Preview API] Get a deployment target by its ID in a deployment group

GetDeploymentTargetAsync(String, Int32, Int32, Nullable<DeploymentTargetExpands>, Object, CancellationToken)

[Preview API] Get a deployment target by its ID in a deployment group

GetDeploymentTargetsAsync(Guid, Int32, IEnumerable<String>, String, Nullable<Boolean>, Nullable<DeploymentTargetExpands>, Nullable<TaskAgentStatusFilter>, Nullable<TaskAgentJobResultFilter>, String, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a list of deployment targets in a deployment group.

GetDeploymentTargetsAsync(Guid, Int32, IEnumerable<String>, String, Nullable<Boolean>, Nullable<DeploymentTargetExpands>, Nullable<TaskAgentStatusFilter>, Nullable<TaskAgentJobResultFilter>, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get a list of deployment targets in a deployment group.

GetDeploymentTargetsAsync(String, Int32, IEnumerable<String>, String, Nullable<Boolean>, Nullable<DeploymentTargetExpands>, Nullable<TaskAgentStatusFilter>, Nullable<TaskAgentJobResultFilter>, String, Nullable<Int32>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a list of deployment targets in a deployment group.

GetDeploymentTargetsAsync(String, Int32, IEnumerable<String>, String, Nullable<Boolean>, Nullable<DeploymentTargetExpands>, Nullable<TaskAgentStatusFilter>, Nullable<TaskAgentJobResultFilter>, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get a list of deployment targets in a deployment group.

GetEnvironmentByIdAsync(Guid, Int32, Nullable<EnvironmentExpands>, Object, CancellationToken)

[Preview API] Get an environment by its ID.

GetEnvironmentByIdAsync(String, Int32, Nullable<EnvironmentExpands>, Object, CancellationToken)

[Preview API] Get an environment by its ID.

GetEnvironmentsAsync(Guid, String, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get all environments.

GetEnvironmentsAsync(String, String, String, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get all environments.

GetMessageAsync(Int32, Guid, Nullable<Int64>, Object, CancellationToken)

[Preview API]

GetOAuthConfigurationAsync(Int32, Object, CancellationToken)

[Preview API]

GetOAuthConfigurationsAsync(Nullable<OAuthConfigurationActionFilter>, Object, CancellationToken)

[Preview API]

GetPackageAsync(String, String, String, Object, CancellationToken)

[Preview API]

GetPackagesAsync(String, String, Nullable<Int32>, Object, CancellationToken)

[Preview API]

GetResourceLimitsAsync(Object, CancellationToken)

[Preview API]

GetResourceUsageAsync(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Object, CancellationToken)

[Preview API]

GetResourceUsageAsync(String, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

GetSecureFileAsync(Guid, Guid, Nullable<Boolean>, Nullable<SecureFileActionFilter>, Object, CancellationToken)

[Preview API] Get a secure file

GetSecureFileAsync(String, Guid, Nullable<Boolean>, Nullable<SecureFileActionFilter>, Object, CancellationToken)

[Preview API] Get a secure file

GetSecureFilesAsync(Guid, String, Nullable<Boolean>, Nullable<SecureFileActionFilter>, Object, CancellationToken)

[Preview API] Get secure files

GetSecureFilesAsync(String, String, Nullable<Boolean>, Nullable<SecureFileActionFilter>, Object, CancellationToken)

[Preview API] Get secure files

GetSecureFilesByIdsAsync(Guid, IEnumerable<Guid>, Nullable<Boolean>, Nullable<SecureFileActionFilter>, Object, CancellationToken)

[Preview API] Get secure files

GetSecureFilesByIdsAsync(String, IEnumerable<Guid>, Nullable<Boolean>, Nullable<SecureFileActionFilter>, Object, CancellationToken)

[Preview API] Get secure files

GetSecureFilesByNamesAsync(Guid, IEnumerable<String>, Nullable<Boolean>, Nullable<SecureFileActionFilter>, Object, CancellationToken)

[Preview API] Get secure files

GetSecureFilesByNamesAsync(String, IEnumerable<String>, Nullable<Boolean>, Nullable<SecureFileActionFilter>, Object, CancellationToken)

[Preview API] Get secure files

GetServiceEndpointDetailsAsync(Guid, Guid, Object, CancellationToken)
Obsolete.

[Preview API]

GetServiceEndpointDetailsAsync(String, Guid, Object, CancellationToken)
Obsolete.

[Preview API]

GetServiceEndpointExecutionRecordsAsync(Guid, Guid, Nullable<Int32>, Object, CancellationToken)

[Preview API]

GetServiceEndpointExecutionRecordsAsync(String, Guid, Nullable<Int32>, Object, CancellationToken)

[Preview API]

GetServiceEndpointsAsync(Guid, String, IEnumerable<String>, IEnumerable<Guid>, Nullable<Boolean>, Object, CancellationToken)
Obsolete.

[Preview API]

GetServiceEndpointsAsync(String, String, IEnumerable<String>, IEnumerable<Guid>, Nullable<Boolean>, Object, CancellationToken)
Obsolete.

[Preview API]

GetServiceEndpointsByNamesAsync(Guid, IEnumerable<String>, String, IEnumerable<String>, Nullable<Boolean>, Object, CancellationToken)
Obsolete.

[Preview API]

GetServiceEndpointsByNamesAsync(String, IEnumerable<String>, String, IEnumerable<String>, Nullable<Boolean>, Object, CancellationToken)
Obsolete.

[Preview API]

GetServiceEndpointTypesAsync(String, String, Object, CancellationToken)

[Preview API]

GetServiceGroupAsync(Guid, Int32, Int32, Object, CancellationToken)

[Preview API]

GetServiceGroupAsync(String, Int32, Int32, Object, CancellationToken)

[Preview API]

GetTaskContentZipAsync(Guid, String, IEnumerable<String>, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

GetTaskDefinitionAsync(Guid, String, IEnumerable<String>, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

GetTaskDefinitionsAsync(Nullable<Guid>, IEnumerable<String>, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

GetTaskGroupAsync(Guid, Guid, String, Nullable<TaskGroupExpands>, Object, CancellationToken)

[Preview API] Get task group.

GetTaskGroupAsync(String, Guid, String, Nullable<TaskGroupExpands>, Object, CancellationToken)

[Preview API] Get task group.

GetTaskGroupHistoryAsync(Guid, Guid, Object, CancellationToken)

[Preview API]

GetTaskGroupHistoryAsync(String, Guid, Object, CancellationToken)

[Preview API]

GetTaskGroupRevisionAsync(Guid, Guid, Int32, Object, CancellationToken)

[Preview API]

GetTaskGroupRevisionAsync(String, Guid, Int32, Object, CancellationToken)

[Preview API]

GetTaskGroupsAsync(Guid, Nullable<Guid>, Nullable<Boolean>, Nullable<Guid>, Nullable<Boolean>, Nullable<Int32>, Nullable<DateTime>, Nullable<TaskGroupQueryOrder>, Object, CancellationToken)

[Preview API] List task groups.

GetTaskGroupsAsync(Guid, Nullable<Guid>, Nullable<Boolean>, Nullable<Guid>, Object, CancellationToken)

[Preview API]

(Inherited from TaskAgentHttpClientCompatBase)
GetTaskGroupsAsync(Guid, Nullable<Guid>, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

(Inherited from TaskAgentHttpClientCompatBase)
GetTaskGroupsAsync(String, Nullable<Guid>, Nullable<Boolean>, Nullable<Guid>, Nullable<Boolean>, Nullable<Int32>, Nullable<DateTime>, Nullable<TaskGroupQueryOrder>, Object, CancellationToken)

[Preview API] List task groups.

GetTaskGroupsAsync(String, Nullable<Guid>, Nullable<Boolean>, Nullable<Guid>, Object, CancellationToken)

[Preview API]

(Inherited from TaskAgentHttpClientCompatBase)
GetTaskGroupsAsync(String, Nullable<Guid>, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

(Inherited from TaskAgentHttpClientCompatBase)
GetTaskHubLicenseDetailsAsync(String, Nullable<Boolean>, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

GetTaskIconAsync(Guid, String, Object, CancellationToken)

[Preview API]

GetVariableGroupAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Get a variable group.

GetVariableGroupAsync(String, Int32, Object, CancellationToken)

[Preview API] Get a variable group.

GetVariableGroupsAsync(Guid, String, Nullable<VariableGroupActionFilter>, Nullable<Int32>, Nullable<Int32>, Nullable<VariableGroupQueryOrder>, Object, CancellationToken)

[Preview API] Get variable groups.

GetVariableGroupsAsync(String, String, Nullable<VariableGroupActionFilter>, Nullable<Int32>, Nullable<Int32>, Nullable<VariableGroupQueryOrder>, Object, CancellationToken)

[Preview API] Get variable groups.

GetVariableGroupsByIdAsync(Guid, IEnumerable<Int32>, Object, CancellationToken)

[Preview API] Get variable groups by ids.

GetVariableGroupsByIdAsync(String, IEnumerable<Int32>, Object, CancellationToken)

[Preview API] Get variable groups by ids.

GetVstsAadTenantIdAsync(Object, CancellationToken)

[Preview API]

PublishPreviewTaskGroupAsync(Guid, Guid, TaskGroup, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

PublishPreviewTaskGroupAsync(String, Guid, TaskGroup, Nullable<Boolean>, Object, CancellationToken)

[Preview API]

PublishTaskGroupAsync(Guid, Guid, PublishTaskGroupMetadata, Object, CancellationToken)

[Preview API]

PublishTaskGroupAsync(String, Guid, PublishTaskGroupMetadata, Object, CancellationToken)

[Preview API]

QueryEndpointAsync(TaskDefinitionEndpoint, Object, CancellationToken)

[Preview API] Proxy for a GET request defined by an 'endpoint'. The request is authorized using a service connection. The response is filtered using an XPath/Json based selector.

QuerySecureFilesByPropertiesAsync(Guid, String, String, Object, CancellationToken)

[Preview API] Query secure files using a name pattern and a condition on file properties.

QuerySecureFilesByPropertiesAsync(String, String, String, Object, CancellationToken)

[Preview API] Query secure files using a name pattern and a condition on file properties.

QueryServiceEndpointAsync(Guid, DataSourceBinding, Object, CancellationToken)
Obsolete.

[Preview API] Proxy for a GET request defined by an service endpoint. The request is authorized using a data source in service endpoint. The response is filtered using an XPath/Json based selector.

QueryServiceEndpointAsync(String, DataSourceBinding, Object, CancellationToken)
Obsolete.

[Preview API] Proxy for a GET request defined by an service endpoint. The request is authorized using a data source in service endpoint. The response is filtered using an XPath/Json based selector.

QuerySharedProjectsForVariableGroupAsync(Int32, String, Object, CancellationToken)

[Preview API]

QueueAgentPoolMaintenanceJobAsync(Int32, TaskAgentPoolMaintenanceJob, Object, CancellationToken)

[Preview API]

QueueAgentRequestAsync(Int32, TaskAgentJobRequest, Object, CancellationToken)

[Preview API]

QueueAgentRequestByPoolAsync(Int32, TaskAgentJobRequest, Object, CancellationToken)

[Preview API]

RefreshAgentAsync(Int32, Int32, Object, CancellationToken)

[Preview API]

RefreshAgentsAsync(Int32, Object, CancellationToken)

[Preview API]

RefreshDeploymentMachinesAsync(Guid, Int32, Object, CancellationToken)

[Preview API]

RefreshDeploymentMachinesAsync(String, Int32, Object, CancellationToken)

[Preview API]

RefreshDeploymentTargetsAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Upgrade the deployment targets in a deployment group.

RefreshDeploymentTargetsAsync(String, Int32, Object, CancellationToken)

[Preview API] Upgrade the deployment targets in a deployment group.

ReplaceAgentAsync(Int32, Int32, TaskAgent, Object, CancellationToken)

[Preview API]

ReplaceDeploymentMachineAsync(Guid, Int32, Int32, DeploymentMachine, Object, CancellationToken)

[Preview API]

ReplaceDeploymentMachineAsync(String, Int32, Int32, DeploymentMachine, Object, CancellationToken)

[Preview API]

ReplaceDeploymentTargetAsync(Guid, Int32, Int32, DeploymentMachine, Object, CancellationToken)

[Preview API] Replace a deployment target in a deployment group. Generally this is called by agent configuration tool.

ReplaceDeploymentTargetAsync(String, Int32, Int32, DeploymentMachine, Object, CancellationToken)

[Preview API] Replace a deployment target in a deployment group. Generally this is called by agent configuration tool.

SendMessageAsync(Int32, Int64, TaskAgentMessage, Object, CancellationToken)

[Preview API]

ShareVariableGroupWithProjectAsync(Int32, String, String, Object, CancellationToken)

[Preview API]

UndeleteTaskGroupAsync(Guid, TaskGroup, Object, CancellationToken)

[Preview API]

UndeleteTaskGroupAsync(String, TaskGroup, Object, CancellationToken)

[Preview API]

UpdateAgentAsync(Int32, Int32, TaskAgent, Object, CancellationToken)

[Preview API]

UpdateAgentPoolAsync(Int32, TaskAgentPool, Object, CancellationToken)

[Preview API]

UpdateAgentPoolMaintenanceDefinitionAsync(Int32, Int32, TaskAgentPoolMaintenanceDefinition, Object, CancellationToken)

[Preview API]

UpdateAgentPoolMaintenanceJobAsync(Int32, Int32, TaskAgentPoolMaintenanceJob, Object, CancellationToken)

[Preview API]

UpdateAgentRequestAsync(Int32, Int64, Guid, TaskAgentJobRequest, Object, CancellationToken)

[Preview API]

UpdateAgentUpdateStateAsync(Int32, Int32, String, Object, CancellationToken)

[Preview API]

UpdateAgentUserCapabilitiesAsync(Int32, Int32, IDictionary<String,String>, Object, CancellationToken)

[Preview API]

UpdateDeploymentGroupAsync(Guid, Int32, DeploymentGroupUpdateParameter, Object, CancellationToken)

[Preview API] Update a deployment group.

UpdateDeploymentGroupAsync(String, Int32, DeploymentGroupUpdateParameter, Object, CancellationToken)

[Preview API] Update a deployment group.

UpdateDeploymentMachineAsync(Guid, Int32, Int32, DeploymentMachine, Object, CancellationToken)

[Preview API]

UpdateDeploymentMachineAsync(String, Int32, Int32, DeploymentMachine, Object, CancellationToken)

[Preview API]

UpdateDeploymentMachineGroupAsync(Guid, Int32, DeploymentMachineGroup, Object, CancellationToken)

[Preview API]

UpdateDeploymentMachineGroupAsync(String, Int32, DeploymentMachineGroup, Object, CancellationToken)

[Preview API]

UpdateDeploymentMachineGroupMachinesAsync(Guid, Int32, IEnumerable<DeploymentMachine>, Object, CancellationToken)

[Preview API]

UpdateDeploymentMachineGroupMachinesAsync(String, Int32, IEnumerable<DeploymentMachine>, Object, CancellationToken)

[Preview API]

UpdateDeploymentMachinesAsync(Guid, Int32, IEnumerable<DeploymentMachine>, Object, CancellationToken)

[Preview API]

UpdateDeploymentMachinesAsync(String, Int32, IEnumerable<DeploymentMachine>, Object, CancellationToken)

[Preview API]

UpdateDeploymentTargetAsync(Guid, Int32, Int32, DeploymentMachine, Object, CancellationToken)

[Preview API] Update a deployment target and its agent properties in a deployment group. Generally this is called by agent configuration tool.

UpdateDeploymentTargetAsync(String, Int32, Int32, DeploymentMachine, Object, CancellationToken)

[Preview API] Update a deployment target and its agent properties in a deployment group. Generally this is called by agent configuration tool.

UpdateDeploymentTargetsAsync(Guid, Int32, IEnumerable<DeploymentTargetUpdateParameter>, Object, CancellationToken)

[Preview API] Update tags of a list of deployment targets in a deployment group.

UpdateDeploymentTargetsAsync(String, Int32, IEnumerable<DeploymentTargetUpdateParameter>, Object, CancellationToken)

[Preview API] Update tags of a list of deployment targets in a deployment group.

UpdateEnvironmentAsync(Guid, Int32, EnvironmentUpdateParameter, Object, CancellationToken)

[Preview API] Update the specified environment.

UpdateEnvironmentAsync(String, Int32, EnvironmentUpdateParameter, Object, CancellationToken)

[Preview API] Update the specified environment.

UpdateOAuthConfigurationAsync(Int32, OAuthConfigurationParams, Object, CancellationToken)

[Preview API]

UpdateSecureFileAsync(Guid, Guid, SecureFile, Object, CancellationToken)

[Preview API] Update the name or properties of an existing secure file

UpdateSecureFileAsync(String, Guid, SecureFile, Object, CancellationToken)

[Preview API] Update the name or properties of an existing secure file

UpdateSecureFilesAsync(Guid, IEnumerable<SecureFile>, Object, CancellationToken)

[Preview API] Update properties and/or names of a set of secure files. Files are identified by their IDs. Properties provided override the existing one entirely, i.e. do not merge.

UpdateSecureFilesAsync(String, IEnumerable<SecureFile>, Object, CancellationToken)

[Preview API] Update properties and/or names of a set of secure files. Files are identified by their IDs. Properties provided override the existing one entirely, i.e. do not merge.

UpdateServiceEndpointAsync(Guid, Guid, ServiceEndpoint, String, Object, CancellationToken)
Obsolete.

[Preview API]

UpdateServiceEndpointAsync(String, Guid, ServiceEndpoint, String, Object, CancellationToken)
Obsolete.

[Preview API]

UpdateServiceEndpointsAsync(Guid, IEnumerable<ServiceEndpoint>, Object, CancellationToken)
Obsolete.

[Preview API]

UpdateServiceEndpointsAsync(String, IEnumerable<ServiceEndpoint>, Object, CancellationToken)
Obsolete.

[Preview API]

UpdateServiceGroupAsync(Guid, Int32, KubernetesServiceGroup, Object, CancellationToken)

[Preview API]

UpdateServiceGroupAsync(String, Int32, KubernetesServiceGroup, Object, CancellationToken)

[Preview API]

UpdateTaskGroupAsync(Guid, Guid, TaskGroupUpdateParameter, Object, CancellationToken)

[Preview API] Update a task group.

UpdateTaskGroupAsync(Guid, TaskGroupUpdateParameter, Object, CancellationToken)
Obsolete.

[Preview API] Update a task group.

UpdateTaskGroupAsync(String, Guid, TaskGroupUpdateParameter, Object, CancellationToken)

[Preview API] Update a task group.

UpdateTaskGroupAsync(String, TaskGroupUpdateParameter, Object, CancellationToken)
Obsolete.

[Preview API] Update a task group.

UpdateTaskHubLicenseDetailsAsync(String, TaskHubLicenseDetails, Object, CancellationToken)

[Preview API]

UpdateVariableGroupAsync(Guid, Int32, VariableGroupParameters, Object, CancellationToken)

[Preview API] Update a variable group.

UpdateVariableGroupAsync(String, Int32, VariableGroupParameters, Object, CancellationToken)

[Preview API] Update a variable group.

UploadSecureFileAsync(Guid, Stream, String, Object, CancellationToken)

[Preview API] Upload a secure file, include the file stream in the request body

UploadSecureFileAsync(String, Stream, String, Object, CancellationToken)

[Preview API] Upload a secure file, include the file stream in the request body

ValidateInputsAsync(InputValidationRequest, Object, CancellationToken)

[Preview API]

Applies to