Skip to main content

project_catalog_image_definition_builds

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

Overview

Nameproject_catalog_image_definition_builds
TypeResource
Idazure.dev_center.project_catalog_image_definition_builds

Fields

The following fields are returned by SELECT queries:

OK. The request has succeeded.

NameDatatypeDescription
propertiesobjectImage Definition Build properties

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGets a build for a specified image definition.
list_by_image_definitionselectLists builds for a specified image definition.
cancelexecCancels the specified build for an 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 a build for a specified image definition.

SELECT
properties
FROM azure.dev_center.project_catalog_image_definition_builds
;

Lifecycle Methods

Cancels the specified build for an image definition.

EXEC azure.dev_center.project_catalog_image_definition_builds.cancel 

;