get Configuration Group Value
  suspend fun getConfigurationGroupValue(argument: GetConfigurationGroupValuePlainArgs): GetConfigurationGroupValueResult
Gets information about the specified hybrid configuration group values. Azure REST API version: 2023-09-01.
Return
Hybrid configuration group value resource.
Parameters
argument
null
suspend fun getConfigurationGroupValue(configurationGroupValueName: String, resourceGroupName: String): GetConfigurationGroupValueResult
Return
Hybrid configuration group value resource.
See also
Parameters
configuration Group Value Name
The name of the configuration group value.
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getConfigurationGroupValue(argument: suspend GetConfigurationGroupValuePlainArgsBuilder.() -> Unit): GetConfigurationGroupValueResult
Return
Hybrid configuration group value resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.GetConfigurationGroupValuePlainArgs.