get Configuration Profile Assignment
suspend fun getConfigurationProfileAssignment(argument: GetConfigurationProfileAssignmentPlainArgs): GetConfigurationProfileAssignmentResult
Get information about a configuration profile assignment API Version: 2020-06-30-preview.
Return
Configuration profile assignment is an association between a VM and automanage profile configuration.
Parameters
argument
null
suspend fun getConfigurationProfileAssignment(configurationProfileAssignmentName: String, resourceGroupName: String, vmName: String): GetConfigurationProfileAssignmentResult
Return
Configuration profile assignment is an association between a VM and automanage profile configuration.
Parameters
configuration Profile Assignment Name
The configuration profile assignment name.
resource Group Name
The name of the resource group. The name is case insensitive.
vm Name
The name of the virtual machine.
See also
suspend fun getConfigurationProfileAssignment(argument: suspend GetConfigurationProfileAssignmentPlainArgsBuilder.() -> Unit): GetConfigurationProfileAssignmentResult
Return
Configuration profile assignment is an association between a VM and automanage profile configuration.
Parameters
argument
Builder for com.pulumi.azurenative.automanage.kotlin.inputs.GetConfigurationProfileAssignmentPlainArgs.