check_key_values
Creates, updates, deletes, gets or lists a check_key_values resource.
Overview
| Name | check_key_values |
| Type | Resource |
| Id | azure.app_configuration_dataplane.check_key_values |
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_key_values | exec | config_store_name | key, label, Sync-Token, After, Accept-Datetime, $Select, snapshot | Requests the headers and status of the given resource. Requests the headers and status of the given resource. |
check_key_value | exec | key_name, config_store_name | label, Sync-Token, Accept-Datetime, $Select | 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: ) |
key_name | string | The key of the key-value to retrieve. Required. |
$Select | array | Used to select what fields are present in the returned resource(s). Default value is None. |
Accept-Datetime | string | Requests the server to respond with the state of the resource at the specified time. Default value is None. |
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. |
key | string | A filter used to match keys. Syntax reference: https://aka.ms/azconfig/docs/keyvaluefiltering _. Default value is None. |
label | string | The label of the key-value to retrieve. Default value is None. |
snapshot | string | A filter used get key-values for a snapshot. The value should be the name of the snapshot. Not valid when used with 'key' and 'label' filters. Default value is None. |
Lifecycle Methods
- check_key_values
- check_key_value
Requests the headers and status of the given resource. Requests the headers and status of the given resource.
EXEC azure.app_configuration_dataplane.check_key_values.check_key_values
@config_store_name='{{ config_store_name }}' --required,
@key='{{ key }}',
@label='{{ label }}',
@Sync-Token='{{ Sync-Token }}',
@After='{{ After }}',
@Accept-Datetime='{{ Accept-Datetime }}',
@$Select='{{ $Select }}',
@snapshot='{{ 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_key_values.check_key_value
@key_name='{{ key_name }}' --required,
@config_store_name='{{ config_store_name }}' --required,
@label='{{ label }}',
@Sync-Token='{{ Sync-Token }}',
@Accept-Datetime='{{ Accept-Datetime }}',
@$Select='{{ $Select }}'
;