Skip to main content

customization_tasks_error_details

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

Overview

Namecustomization_tasks_error_details
TypeResource
Idazure.dev_center.customization_tasks_error_details

Fields

The following fields are returned by SELECT queries:

OK. The request has succeeded.

NameDatatypeDescription
errorsarrayErrors associated with resources synchronized from the catalog.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGets Customization Task error details

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 Customization Task error details

SELECT
errors
FROM azure.dev_center.customization_tasks_error_details
;