Compartir a través de


TeamFoundationQuotaService.AlterQuotaDefinition (Método)

Modifique una definición de cuota en el nivel de la cuenta

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationQuotaService Clase

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)