get Configuration Profiles Version
suspend fun getConfigurationProfilesVersion(argument: GetConfigurationProfilesVersionPlainArgs): GetConfigurationProfilesVersionResult
Get information about a configuration profile version Uses Azure REST API version 2022-05-04. Other available API versions: 2021-04-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automanage [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Definition of the configuration profile.
Parameters
argument
null
suspend fun getConfigurationProfilesVersion(configurationProfileName: String, resourceGroupName: String, versionName: String): GetConfigurationProfilesVersionResult
Return
Definition of the configuration profile.
Parameters
configuration Profile Name
The configuration profile name.
resource Group Name
The name of the resource group. The name is case insensitive.
version Name
The configuration profile version name.
See also
suspend fun getConfigurationProfilesVersion(argument: suspend GetConfigurationProfilesVersionPlainArgsBuilder.() -> Unit): GetConfigurationProfilesVersionResult
Return
Definition of the configuration profile.
Parameters
argument
Builder for com.pulumi.azurenative.automanage.kotlin.inputs.GetConfigurationProfilesVersionPlainArgs.