BuildServiceHostUpdate Enumeration
Specifies the fields that should be updated for a build service host.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration BuildServiceHostUpdate
[FlagsAttribute]
public enum BuildServiceHostUpdate
[FlagsAttribute]
public enum class BuildServiceHostUpdate
[<FlagsAttribute>]
type BuildServiceHostUpdate
public enum BuildServiceHostUpdate
Members
Member name | Description | |
---|---|---|
BaseUrl | The base URL should be updated. | |
Name | The name should be updated. | |
None | No fields should be updated. | |
RequireClientCertificates | [RequireClientCertificates] should be updated. |