Freigeben über


TeamFoundationQuotaService.AlterQuotaDefinition-Methode

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub AlterQuotaDefinition ( _
    requestContext As TeamFoundationRequestContext, _
    quotaName As String, _
    softCap As Nullable(Of Integer), _
    hardCap As Nullable(Of Integer), _
    isEnabled As Nullable(Of Boolean) _
)
public void AlterQuotaDefinition(
    TeamFoundationRequestContext requestContext,
    string quotaName,
    Nullable<int> softCap,
    Nullable<int> hardCap,
    Nullable<bool> isEnabled
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationQuotaService Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace