check_snapshots
Creates, updates, deletes, gets or lists a check_snapshots resource.
Overview
| Name | check_snapshots |
| Type | Resource |
| Id | azure.app_configuration_dataplane.check_snapshots |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
check_snapshots | exec | config_store_name | Sync-Token, After | Requests the headers and status of the given resource. Requests the headers and status of the given resource. |
check_snapshot | exec | name, config_store_name | Sync-Token | Requests the headers and status of the given resource. Requests the headers and status of the given resource. |
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 |
|---|---|---|
config_store_name | string | App Configuration store name. (default: ) |
name | string | The name of the key-value snapshot to check. Required. |
After | string | Instructs the server to return elements that appear after the element referred to by the specified token. Default value is None. |
Sync-Token | string | Used to guarantee real-time consistency between requests. Default value is None. |
Lifecycle Methods
- check_snapshots
- check_snapshot
Requests the headers and status of the given resource. Requests the headers and status of the given resource.
EXEC azure.app_configuration_dataplane.check_snapshots.check_snapshots
@config_store_name='{{ config_store_name }}' --required,
@Sync-Token='{{ Sync-Token }}',
@After='{{ After }}'
;
Requests the headers and status of the given resource. Requests the headers and status of the given resource.
EXEC azure.app_configuration_dataplane.check_snapshots.check_snapshot
@name='{{ name }}' --required,
@config_store_name='{{ config_store_name }}' --required,
@Sync-Token='{{ Sync-Token }}'
;