getProject

Gets a specific project. API Version: 2022-09-01-preview.

Return

Represents a project resource.

Parameters

argument

null


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

Return

Represents a project resource.

Parameters

projectName

The name of the project.

resourceGroupName

Name of the resource group within the Azure subscription.

See also


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

Return

Represents a project resource.

Parameters

argument

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

See also