customization_tasks
Creates, updates, deletes, gets or lists a customization_tasks
resource.
Overview
Name | customization_tasks |
Type | Resource |
Id | azure.dev_center.customization_tasks |
Fields
The following fields are returned by SELECT
queries:
- get
- list_by_catalog
OK. The request has succeeded.
Name | Datatype | Description |
---|---|---|
properties | object | Task properties |
OK. The request has succeeded.
Name | Datatype | Description |
---|---|---|
properties | object | Task properties |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | Gets a Task from the catalog | ||
list_by_catalog | select | List Tasks in the catalog. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|
SELECT
examples
- get
- list_by_catalog
Gets a Task from the catalog
SELECT
properties
FROM azure.dev_center.customization_tasks
;
List Tasks in the catalog.
SELECT
properties
FROM azure.dev_center.customization_tasks
;