getInfrastructureResource

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

Return

An infrastructure resource under Space.

Parameters

argument

null


suspend fun getInfrastructureResource(infrastructureResourceName: String, resourceGroupName: String, spaceName: String): GetInfrastructureResourceResult

Return

An infrastructure resource under Space.

Parameters

infrastructureResourceName

The name of the infrastructure resource in the space.

resourceGroupName

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

spaceName

The name of the space

See also


Return

An infrastructure resource under Space.

Parameters

argument

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

See also