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
Name | Datatype | Description |
---|---|---|
properties | object | The configuration names which will be set based on specific target resource, client type, auth type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists the configuration names generated by Service Connector for all target, client types, auth types. |
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
;