configuration_names
Creates, updates, deletes, gets or lists a configuration_names
resource.
Overview
Name | configuration_names |
Type | Resource |
Id | azure.service_connector.configuration_names |
Fields
The following fields are returned by SELECT
queries:
- list
OK. The request has succeeded.
Name | Datatype | Description |
---|---|---|
properties | object | The result detail. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | $filter , $skipToken | Lists 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.
Name | Datatype | Description |
---|---|---|
$filter | string | OData filter options. |
$skipToken | string | OData skipToken option for pagination. |
SELECT
examples
- list
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 }}'
;