Skip to main content

check_keys

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

Overview

Namecheck_keys
TypeResource
Idazure.app_configuration_dataplane.check_keys

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_keysexecconfig_store_namename, After, Sync-Token, Accept-DatetimeRequests 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: )
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.
namestringA filter for the name of the returned keys. 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_keys.check_keys 
@config_store_name='{{ config_store_name }}' --required,
@name='{{ name }}',
@After='{{ After }}',
@Sync-Token='{{ Sync-Token }}',
@Accept-Datetime='{{ Accept-Datetime }}'
;