project_catalog_image_definitions
Creates, updates, deletes, gets or lists a project_catalog_image_definitions
resource.
Overview
Name | project_catalog_image_definitions |
Type | Resource |
Id | azure.dev_center.project_catalog_image_definitions |
Fields
The following fields are returned by SELECT
queries:
- get_by_project_catalog
- list_by_project_catalog
OK. The request has succeeded.
Name | Datatype | Description |
---|---|---|
properties | object | Image Definition properties |
OK. The request has succeeded.
Name | Datatype | Description |
---|---|---|
properties | object | Image Definition properties |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_by_project_catalog | select | Gets an Image Definition from the catalog | ||
list_by_project_catalog | select | List Image Definitions in the catalog. | ||
build_image | exec | Builds an image for the specified Image Definition. |
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_by_project_catalog
- list_by_project_catalog
Gets an Image Definition from the catalog
SELECT
properties
FROM azure.dev_center.project_catalog_image_definitions
;
List Image Definitions in the catalog.
SELECT
properties
FROM azure.dev_center.project_catalog_image_definitions
;
Lifecycle Methods
- build_image
Builds an image for the specified Image Definition.
EXEC azure.dev_center.project_catalog_image_definitions.build_image
;