linkers_dapr_configurations
Creates, updates, deletes, gets or lists a linkers_dapr_configurations resource.
Overview
| Name | linkers_dapr_configurations |
| Type | Resource |
| Id | azure.service_connector.linkers_dapr_configurations |
Fields
The following fields are returned by SELECT queries:
- list
OK. The request has succeeded.
| Name | Datatype | Description |
|---|---|---|
properties | object | The properties of the dapr configuration. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list | select | resourceUri | List the dapr configuration supported by Service Connector. |
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 |
|---|---|---|
resourceUri | string | The fully qualified Azure Resource manager identifier of the resource to be connected. |
SELECT examples
- list
List the dapr configuration supported by Service Connector.
SELECT
properties
FROM azure.service_connector.linkers_dapr_configurations
WHERE resourceUri = '{{ resourceUri }}' -- required
;