getSpace

suspend fun getSpace(argument: GetSpacePlainArgs): GetSpaceResult

Get a Space Uses Azure REST API version 2023-11-14-preview.

Return

An integration space.

Parameters

argument

null


suspend fun getSpace(resourceGroupName: String, spaceName: String): GetSpaceResult

Return

An integration space.

Parameters

resourceGroupName

The name of the resource group. The name is case insensitive.

spaceName

The name of the space

See also


suspend fun getSpace(argument: suspend GetSpacePlainArgsBuilder.() -> Unit): GetSpaceResult

Return

An integration space.

Parameters

argument

Builder for com.pulumi.azurenative.integrationspaces.kotlin.inputs.GetSpacePlainArgs.

See also