getGroup

suspend fun getGroup(argument: GetGroupPlainArgs): GetGroupResult

Get information related to a specific group in the project. Returns a json object of type 'group' as specified in the models section. Uses Azure REST API version 2019-10-01.

Return

A group created in a Migration project.

Parameters

argument

null


suspend fun getGroup(groupName: String, projectName: String, resourceGroupName: String): GetGroupResult

Return

A group created in a Migration project.

Parameters

groupName

Unique name of a group within a project.

projectName

Name of the Azure Migrate project.

resourceGroupName

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

See also


suspend fun getGroup(argument: suspend GetGroupPlainArgsBuilder.() -> Unit): GetGroupResult

Return

A group created in a Migration project.

Parameters

argument

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

See also