JobEnvironment.Endpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of endpoints associated with the current context.
public System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.ServiceEndpoint> Endpoints { get; }
member this.Endpoints : System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.ServiceEndpoint>
Public ReadOnly Property Endpoints As List(Of ServiceEndpoint)