getDevCenterCatalogImageDefinitionBuildDetails

Gets Build details Uses Azure REST API version 2025-04-01-preview.

Return

Represents a specific build of an Image Definition.

Parameters

argument

null


suspend fun getDevCenterCatalogImageDefinitionBuildDetails(buildName: String, catalogName: String, devCenterName: String, imageDefinitionName: String, resourceGroupName: String): GetDevCenterCatalogImageDefinitionBuildDetailsResult

Return

Represents a specific build of an Image Definition.

Parameters

buildName

The ID of the Image Definition Build.

catalogName

The name of the Catalog.

devCenterName

The name of the devcenter.

imageDefinitionName

The name of the Image Definition.

resourceGroupName

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

See also


Return

Represents a specific build of an Image Definition.

Parameters

argument

Builder for com.pulumi.azurenative.devcenter.kotlin.inputs.GetDevCenterCatalogImageDefinitionBuildDetailsPlainArgs.

See also