Skip to main content

creation_supported

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

Overview

Namecreation_supported
TypeResource
Idazure_isv.datadog.creation_supported

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
propertiesobjectRepresents the properties of the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionId, datadogOrganizationId
getselectsubscriptionId, datadogOrganizationId

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
datadogOrganizationIdstringDatadog Organization Id
subscriptionIdstringThe ID of the target subscription.

SELECT examples

Success

SELECT
properties
FROM azure_isv.datadog.creation_supported
WHERE subscriptionId = '{{ subscriptionId }}' -- required
AND datadogOrganizationId = '{{ datadogOrganizationId }}' -- required
;