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

NameDatatypeDescription
propertiesobjectDatadog resource can be created or not properties.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdatadogOrganizationId, subscriptionId
listSELECTdatadogOrganizationId, subscriptionId

SELECT examples

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