getProject

Get the project with the specified name. Uses Azure REST API version 2019-10-01. Other available API versions: 2018-02-02.

Return

Azure Migrate Project.

Parameters

argument

null


suspend fun getProject(projectName: String, resourceGroupName: String): GetProjectResult

Return

Azure Migrate Project.

Parameters

projectName

Name of the Azure Migrate project.

resourceGroupName

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

See also


suspend fun getProject(argument: suspend GetProjectPlainArgsBuilder.() -> Unit): GetProjectResult

Return

Azure Migrate Project.

Parameters

argument

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

See also