Skip to main content

configuration_names

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

Overview

Nameconfiguration_names
TypeResource
Idazure.service_connector.configuration_names

Fields

The following fields are returned by SELECT queries:

OK. The request has succeeded.

NameDatatypeDescription
propertiesobjectThe result detail.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselect$filter, $skipTokenLists the configuration names generated by Service Connector for all target, client types, auth types.

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
$filterstringOData filter options.
$skipTokenstringOData skipToken option for pagination.

SELECT examples

Lists the configuration names generated by Service Connector for all target, client types, auth types.

SELECT
properties
FROM azure.service_connector.configuration_names
WHERE $filter = '{{ $filter }}'
AND $skipToken = '{{ $skipToken }}'
;