Skip to main content

project_catalog_image_definitions

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

Overview

Nameproject_catalog_image_definitions
TypeResource
Idazure.dev_center.project_catalog_image_definitions

Fields

The following fields are returned by SELECT queries:

OK. The request has succeeded.

NameDatatypeDescription
propertiesobjectImage Definition properties

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_by_project_catalogselectGets an Image Definition from the catalog
list_by_project_catalogselectList Image Definitions in the catalog.
build_imageexecBuilds 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.

NameDatatypeDescription

SELECT examples

Gets an Image Definition from the catalog

SELECT
properties
FROM azure.dev_center.project_catalog_image_definitions
;

Lifecycle Methods

Builds an image for the specified Image Definition.

EXEC azure.dev_center.project_catalog_image_definitions.build_image 

;