creation_supported
Creates, updates, deletes, gets or lists a creation_supported
resource.
Overview
Name | creation_supported |
Type | Resource |
Id | azure_isv.datadog.creation_supported |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | Datadog resource can be created or not properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | datadogOrganizationId, subscriptionId | |
list | SELECT | datadogOrganizationId, subscriptionId |
SELECT
examples
SELECT
properties
FROM azure_isv.datadog.creation_supported
WHERE datadogOrganizationId = '{{ datadogOrganizationId }}'
AND subscriptionId = '{{ subscriptionId }}';