Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the build agents that match the given URIs.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function QueryBuildAgentsByUri ( _
buildAgentUris As Uri(), _
propertyNameFilters As String() _
) As IBuildAgent()
IBuildAgent[] QueryBuildAgentsByUri(
Uri[] buildAgentUris,
string[] propertyNameFilters
)
array<IBuildAgent^>^ QueryBuildAgentsByUri(
array<Uri^>^ buildAgentUris,
array<String^>^ propertyNameFilters
)
abstract QueryBuildAgentsByUri :
buildAgentUris:Uri[] *
propertyNameFilters:string[] -> IBuildAgent[]
function QueryBuildAgentsByUri(
buildAgentUris : Uri[],
propertyNameFilters : String[]
) : IBuildAgent[]
Parameters
buildAgentUris
Type: array<System.Uri[]The URIs of the build agents.
propertyNameFilters
Type: array<System.String[]The property names to obtain.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client.IBuildAgent[]
The build agents with the given URIs.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.