Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
It returns all the quota definitions available within the calling context. The result is a merge between quota definitions at deployment and account level. It is available at all levels
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetQuotaDefinitions ( _
requestContext As TeamFoundationRequestContext _
) As IEnumerable(Of QuotaDefinition)
public IEnumerable<QuotaDefinition> GetQuotaDefinitions(
TeamFoundationRequestContext requestContext
)
public:
IEnumerable<QuotaDefinition^>^ GetQuotaDefinitions(
TeamFoundationRequestContext^ requestContext
)
member GetQuotaDefinitions :
requestContext:TeamFoundationRequestContext -> IEnumerable<QuotaDefinition>
public function GetQuotaDefinitions(
requestContext : TeamFoundationRequestContext
) : IEnumerable<QuotaDefinition>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: System.Collections.Generic.IEnumerable<QuotaDefinition>
Returns IEnumerable<T>.
.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.