getImage

suspend fun getImage(argument: GetImagePlainArgs): GetImageResult

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

Return

An image resource belonging to a catalog resource.

Parameters

argument

null


suspend fun getImage(catalogName: String, imageName: String, resourceGroupName: String): GetImageResult

Return

An image resource belonging to a catalog resource.

Parameters

catalogName

Name of catalog

imageName

Image name. Use an image GUID for GA versions of the API.

resourceGroupName

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

See also


suspend fun getImage(argument: suspend GetImagePlainArgsBuilder.() -> Unit): GetImageResult

Return

An image resource belonging to a catalog resource.

Parameters

argument

Builder for com.pulumi.azurenative.azuresphere.kotlin.inputs.GetImagePlainArgs.

See also