Skip to main content

check_key_values

Creates, updates, deletes, gets or lists a check_key_values resource.

Overview

Namecheck_key_values
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
check_key_valuesexecconfig_store_namekey, label, Sync-Token, After, Accept-Datetime, $Select, snapshotRequests the headers and status of the given resource. Requests the headers and status of the given resource.
check_key_valueexeckey_name, config_store_namelabel, Sync-Token, Accept-Datetime, $SelectRequests 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.

NameDatatypeDescription
config_store_namestringApp Configuration store name. (default: )
key_namestringThe key of the key-value to retrieve. Required.
$SelectarrayUsed to select what fields are present in the returned resource(s). Default value is None.
Accept-DatetimestringRequests the server to respond with the state of the resource at the specified time. Default value is None.
AfterstringInstructs the server to return elements that appear after the element referred to by the specified token. Default value is None.
Sync-TokenstringUsed to guarantee real-time consistency between requests. Default value is None.
keystringA filter used to match keys. Syntax reference: https://aka.ms/azconfig/docs/keyvaluefiltering _. Default value is None.
labelstringThe label of the key-value to retrieve. Default value is None.
snapshotstringA 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

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 }}'
;