Skip to main content

customization_tasks

Creates, updates, deletes, gets or lists a customization_tasks resource.

Overview

Namecustomization_tasks
TypeResource
Idazure.dev_center.customization_tasks

Fields

The following fields are returned by SELECT queries:

OK. The request has succeeded.

NameDatatypeDescription
propertiesobjectTask properties

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGets a Task from the catalog
list_by_catalogselectList 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.

NameDatatypeDescription

SELECT examples

Gets a Task from the catalog

SELECT
properties
FROM azure.dev_center.customization_tasks
;