backup_locations_backups
Creates, updates, deletes, gets or lists a backup_locations_backups
resource.
Overview
Name | backup_locations_backups |
Type | Resource |
Id | azure_stack.backup_admin.backup_locations_backups |
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 | INSERT | location, resourceGroupName, subscriptionId | Back up a specific location. |
INSERT
example
Use the following StackQL query and manifest file to create a new backup_locations_backups
resource.
- All Properties
- Manifest
/*+ create */
INSERT INTO azure_stack.backup_admin.backup_locations_backups (
location,
resourceGroupName,
subscriptionId
)
SELECT
'{{ location }}',
'{{ resourceGroupName }}',
'{{ subscriptionId }}'
;
- name: your_resource_model_name
props: []