getConfigurationProfileHCIAssignment

Get information about a configuration profile assignment 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

Configuration profile assignment is an association between a VM and automanage profile configuration.

Parameters

argument

null


suspend fun getConfigurationProfileHCIAssignment(clusterName: String, configurationProfileAssignmentName: String, resourceGroupName: String): GetConfigurationProfileHCIAssignmentResult

Return

Configuration profile assignment is an association between a VM and automanage profile configuration.

Parameters

clusterName

The name of the Arc machine.

configurationProfileAssignmentName

The configuration profile assignment name.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Configuration profile assignment is an association between a VM and automanage profile configuration.

Parameters

argument

Builder for com.pulumi.azurenative.automanage.kotlin.inputs.GetConfigurationProfileHCIAssignmentPlainArgs.

See also