TaskDefinitionEndpoint Class
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.
[System.Runtime.Serialization.DataContract]
public class TaskDefinitionEndpoint
type TaskDefinitionEndpoint = class
Public Class TaskDefinitionEndpoint
- Inheritance
-
TaskDefinitionEndpoint
- Attributes
Constructors
TaskDefinitionEndpoint() |
Properties
ConnectionId |
An ID that identifies a service connection to be used for authenticating endpoint requests. |
KeySelector |
An Json based keyselector to filter response returned by fetching
the endpoint
|
Scope |
The scope as understood by Connected Services. Essentialy, a project-id for now. |
Selector |
An XPath/Json based selector to filter response returned by fetching
the endpoint
|
TaskId |
TaskId that this endpoint belongs to. |
Url |
URL to GET. |