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
The following fields are returned by SELECT queries:
- list
- get
| Name | Datatype | Description |
|---|---|---|
properties | object | Represents the properties of the resource. |
| Name | Datatype | Description |
|---|---|---|
properties | object | Represents the properties of the resource. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list | select | subscriptionId, datadogOrganizationId | ||
get | select | subscriptionId, 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.
| Name | Datatype | Description |
|---|---|---|
datadogOrganizationId | string | Datadog Organization Id |
subscriptionId | string | The ID of the target subscription. |
SELECT examples
- list
- get
Success
SELECT
properties
FROM azure_isv.datadog.creation_supported
WHERE subscriptionId = '{{ subscriptionId }}' -- required
AND datadogOrganizationId = '{{ datadogOrganizationId }}' -- required
;
Success
SELECT
properties
FROM azure_isv.datadog.creation_supported
WHERE subscriptionId = '{{ subscriptionId }}' -- required
AND datadogOrganizationId = '{{ datadogOrganizationId }}' -- required
;