get Project
The project resource is a nested resource representing a stored migration project. The GET method retrieves information about a project. Uses Azure REST API version 2021-06-30. Other available API versions: 2021-10-30-preview, 2022-03-30-preview, 2023-07-15-preview.
Return
A project resource
Parameters
argument
null
suspend fun getProject(groupName: String, projectName: String, serviceName: String): GetProjectResult
Return
A project resource
Parameters
group Name
Name of the resource group
project Name
Name of the project
service Name
Name of the service
See also
Return
A project resource
Parameters
argument
Builder for com.pulumi.azurenative.datamigration.kotlin.inputs.GetProjectPlainArgs.