get Compound Assessment Operation
suspend fun getCompoundAssessmentOperation(argument: GetCompoundAssessmentOperationPlainArgs): GetCompoundAssessmentOperationResult
Get a CompoundAssessment Uses Azure REST API version 2024-03-03-preview.
Return
Compound assessment resource.
Parameters
argument
null
suspend fun getCompoundAssessmentOperation(compoundAssessmentName: String, projectName: String, resourceGroupName: String): GetCompoundAssessmentOperationResult
Return
Compound assessment resource.
Parameters
compound Assessment Name
Compound Assessment ARM name
project Name
Assessment Project Name
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getCompoundAssessmentOperation(argument: suspend GetCompoundAssessmentOperationPlainArgsBuilder.() -> Unit): GetCompoundAssessmentOperationResult
Return
Compound assessment resource.
Parameters
argument
Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetCompoundAssessmentOperationPlainArgs.