getAsset

suspend fun getAsset(argument: GetAssetPlainArgs): GetAssetResult

Get a Asset Uses Azure REST API version 2024-11-01. Other available API versions: 2023-11-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native deviceregistry [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Asset definition.

Parameters

argument

null


suspend fun getAsset(assetName: String, resourceGroupName: String): GetAssetResult

Return

Asset definition.

Parameters

assetName

Asset name parameter.

resourceGroupName

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

See also


suspend fun getAsset(argument: suspend GetAssetPlainArgsBuilder.() -> Unit): GetAssetResult

Return

Asset definition.

Parameters

argument

Builder for com.pulumi.azurenative.deviceregistry.kotlin.inputs.GetAssetPlainArgs.

See also