get Infrastructure Resource
suspend fun getInfrastructureResource(argument: GetInfrastructureResourcePlainArgs): GetInfrastructureResourceResult
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
infrastructure Resource Name
The name of the infrastructure resource in the space.
resource Group Name
The name of the resource group. The name is case insensitive.
space Name
The name of the space
See also
suspend fun getInfrastructureResource(argument: suspend GetInfrastructureResourcePlainArgsBuilder.() -> Unit): GetInfrastructureResourceResult
Return
An infrastructure resource under Space.
Parameters
argument
Builder for com.pulumi.azurenative.integrationspaces.kotlin.inputs.GetInfrastructureResourcePlainArgs.