environment_definitions_error_details
Creates, updates, deletes, gets or lists an environment_definitions_error_details resource.
Overview
| Name | environment_definitions_error_details |
| Type | Resource |
| Id | azure.dev_center.environment_definitions_error_details |
Fields
The following fields are returned by SELECT queries:
- get
OK. The request has succeeded.
| Name | Datatype | Description |
|---|---|---|
errors | array | Errors associated with resources synchronized from the catalog. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | select | Gets Environment Definition 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.
| Name | Datatype | Description |
|---|
SELECT examples
- get
Gets Environment Definition error details
SELECT
errors
FROM azure.dev_center.environment_definitions_error_details
;