Freigeben über


FeatureFlagsController.PatchFeatureFlag-Methode (String, String, FeatureFlagPatchModel)

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

Syntax

'Declaration
<TraceFilterAttribute(, )> _
Public Function PatchFeatureFlag ( _
    userEmail As String, _
    name As String, _
    state As FeatureFlagPatchModel _
) As FeatureFlagApiResponse
[TraceFilterAttribute(, )]
public FeatureFlagApiResponse PatchFeatureFlag(
    string userEmail,
    string name,
    FeatureFlagPatchModel state
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.Framework.Server.FeatureFlagApiResponse

.NET Framework-Sicherheit

Siehe auch

Referenz

FeatureFlagsController Klasse

PatchFeatureFlag-Überladung

Microsoft.TeamFoundation.Framework.Server-Namespace