configuration_adds_configurations
Creates, updates, deletes, gets or lists a configuration_adds_configurations
resource.
Overview
Name | configuration_adds_configurations |
Type | Resource |
Id | azure.ad_hybrid_health_service.configuration_adds_configurations |
Fields
Name | Datatype | Description |
---|---|---|
key | string | The key for the property. |
value | string | The value for the key. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | serviceName | Gets the service configurations. |
SELECT
examples
Gets the service configurations.
SELECT
key,
value
FROM azure.ad_hybrid_health_service.configuration_adds_configurations
WHERE serviceName = '{{ serviceName }}';