get Configuration Group Schema
suspend fun getConfigurationGroupSchema(argument: GetConfigurationGroupSchemaPlainArgs): GetConfigurationGroupSchemaResult
Gets information about the specified configuration group schema. Uses Azure REST API version 2023-09-01. Other available API versions: 2024-04-15.
Return
Configuration group schema resource.
Parameters
argument
null
suspend fun getConfigurationGroupSchema(configurationGroupSchemaName: String, publisherName: String, resourceGroupName: String): GetConfigurationGroupSchemaResult
Return
Configuration group schema resource.
Parameters
configuration Group Schema Name
The name of the configuration group schema.
publisher Name
The name of the publisher.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getConfigurationGroupSchema(argument: suspend GetConfigurationGroupSchemaPlainArgsBuilder.() -> Unit): GetConfigurationGroupSchemaResult
Return
Configuration group schema resource.
Parameters
argument
Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.GetConfigurationGroupSchemaPlainArgs.