get Configuration Profile HCRPAssignment
suspend fun getConfigurationProfileHCRPAssignment(argument: GetConfigurationProfileHCRPAssignmentPlainArgs): GetConfigurationProfileHCRPAssignmentResult
Get information about a configuration profile assignment Uses Azure REST API version 2022-05-04.
Return
Configuration profile assignment is an association between a VM and automanage profile configuration.
Parameters
argument
null
suspend fun getConfigurationProfileHCRPAssignment(configurationProfileAssignmentName: String, machineName: String, resourceGroupName: String): GetConfigurationProfileHCRPAssignmentResult
Return
Configuration profile assignment is an association between a VM and automanage profile configuration.
Parameters
configuration Profile Assignment Name
The configuration profile assignment name.
machine Name
The name of the Arc machine.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getConfigurationProfileHCRPAssignment(argument: suspend GetConfigurationProfileHCRPAssignmentPlainArgsBuilder.() -> Unit): GetConfigurationProfileHCRPAssignmentResult
Return
Configuration profile assignment is an association between a VM and automanage profile configuration.
Parameters
argument
Builder for com.pulumi.azurenative.automanage.kotlin.inputs.GetConfigurationProfileHCRPAssignmentPlainArgs.