getMigrateAgent

Gets the details of the modernizeProject agent. Uses Azure REST API version 2022-05-01-preview.

Return

MigrateAgent model.

Parameters

argument

null


suspend fun getMigrateAgent(agentName: String, modernizeProjectName: String, resourceGroupName: String, subscriptionId: String? = null): GetMigrateAgentResult

Return

MigrateAgent model.

Parameters

agentName

MigrateAgent name.

modernizeProjectName

ModernizeProject name.

resourceGroupName

Name of the Azure Resource Group that project is part of.

subscriptionId

Azure Subscription Id in which project was created.

See also


Return

MigrateAgent model.

Parameters

argument

Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetMigrateAgentPlainArgs.

See also