DefinitionsController.GetDefinitions Method
Gets all build definitions that fit the specific filter params
Namespace: Microsoft.TeamFoundation.Build.Server.Rest
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<HttpGetAttribute> _
Public Function GetDefinitions ( _
projectName As String _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage GetDefinitions(
string projectName
)
[HttpGetAttribute]
public:
HttpResponseMessage^ GetDefinitions(
String^ projectName
)
[<HttpGetAttribute>]
member GetDefinitions :
projectName:string -> HttpResponseMessage
public function GetDefinitions(
projectName : String
) : HttpResponseMessage
Parameters
- projectName
Type: System.String
Return Value
Type: System.Net.Http.HttpResponseMessage
.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.