Skip to main content

environment_definitions

Creates, updates, deletes, gets or lists an environment_definitions resource.

Overview

Nameenvironment_definitions
TypeResource
Idazure.dev_center.environment_definitions

Fields

The following fields are returned by SELECT queries:

OK. The request has succeeded.

NameDatatypeDescription
propertiesobjectEnvironment definition properties.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_by_project_catalogselectGets an environment definition from the catalog.
getselectGets an environment definition from the catalog.
list_by_project_catalogselectsubscriptionId, resourceGroupName, projectName, catalogNameLists the environment definitions in this project catalog.
list_by_catalogselectsubscriptionId, resourceGroupName, devCenterName, catalogName$topList environment definitions in the catalog.

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
catalogNamestringThe name of the Catalog.
devCenterNamestringThe name of the devcenter.
projectNamestringThe name of the project.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstringThe ID of the target subscription.
$topinteger (int32)The maximum number of resources to return from the operation. Example: '$top=10'.

SELECT examples

Gets an environment definition from the catalog.

SELECT
properties
FROM azure.dev_center.environment_definitions
;