Bagikan melalui


LabelsController.DeleteLabel Method

Deletes the build label

Namespace:  Microsoft.TeamFoundation.Build.Server.Rest
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<HttpDeleteAttribute> _
Public Sub DeleteLabel ( _
    buildId As Integer _
)
[HttpDeleteAttribute]
public void DeleteLabel(
    int buildId
)
[HttpDeleteAttribute]
public:
void DeleteLabel(
    int buildId
)
[<HttpDeleteAttribute>]
member DeleteLabel : 
        buildId:int -> unit
public function DeleteLabel(
    buildId : int
)

Parameters

.NET Framework Security

See Also

Reference

LabelsController Class

Microsoft.TeamFoundation.Build.Server.Rest Namespace