settings_by_scopes
Creates, updates, deletes, gets or lists a settings_by_scopes
resource.
Overview
Name | settings_by_scopes |
Type | Resource |
Id | azure.cost_management.settings_by_scopes |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
create_or_update | INSERT | scope, type, data__kind | Create or update a setting within the given scope. |
INSERT
example
Use the following StackQL query and manifest file to create a new settings_by_scopes
resource.
- All Properties
- Manifest
/*+ create */
INSERT INTO azure.cost_management.settings_by_scopes (
scope,
type,
data__kind,
kind
)
SELECT
'{{ scope }}',
'{{ type }}',
'{{ data__kind }}',
'{{ kind }}'
;
- name: your_resource_model_name
props:
- name: kind
value: string