Skip to main content

configuration_adds_configurations

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

Overview

Nameconfiguration_adds_configurations
TypeResource
Idazure.ad_hybrid_health_service.configuration_adds_configurations

Fields

NameDatatypeDescription
keystringThe key for the property.
valuestringThe value for the key.

Methods

NameAccessible byRequired ParamsDescription
listSELECTserviceNameGets the service configurations.

SELECT examples

Gets the service configurations.

SELECT
key,
value
FROM azure.ad_hybrid_health_service.configuration_adds_configurations
WHERE serviceName = '{{ serviceName }}';