getProject

The project resource is a nested resource representing a stored migration project. The GET method retrieves information about a project. API Version: 2018-04-19.

Return

A project resource

Parameters

argument

null


suspend fun getProject(groupName: String, projectName: String, serviceName: String): GetProjectResult

Return

A project resource

Parameters

groupName

Name of the resource group

projectName

Name of the project

serviceName

Name of the service

See also


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

Return

A project resource

Parameters

argument

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

See also