TeamFoundationQuotaService.AlterQuotaDefinition, méthode
Modifier une définition de quota au niveau de compte
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- quotaName
Type : System.String
- softCap
Type : System.Nullable<Int32>
- hardCap
Type : System.Nullable<Int32>
- isEnabled
Type : System.Nullable<Boolean>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.