get Configuration Profile Preference
suspend fun getConfigurationProfilePreference(argument: GetConfigurationProfilePreferencePlainArgs): GetConfigurationProfilePreferenceResult
Get information about a configuration profile preference Uses Azure REST API version 2020-06-30-preview.
Return
Definition of the configuration profile preference.
Parameters
argument
null
suspend fun getConfigurationProfilePreference(configurationProfilePreferenceName: String, resourceGroupName: String): GetConfigurationProfilePreferenceResult
Return
Definition of the configuration profile preference.
Parameters
configuration Profile Preference Name
The configuration profile preference name.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getConfigurationProfilePreference(argument: suspend GetConfigurationProfilePreferencePlainArgsBuilder.() -> Unit): GetConfigurationProfilePreferenceResult
Return
Definition of the configuration profile preference.
Parameters
argument
Builder for com.pulumi.azurenative.automanage.kotlin.inputs.GetConfigurationProfilePreferencePlainArgs.