getTemplateSpec

Gets a Template Spec with a given name. Uses Azure REST API version 2022-02-01. Other available API versions: 2021-03-01-preview, 2021-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native resources [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Template Spec object.

Parameters

argument

null


suspend fun getTemplateSpec(expand: String? = null, resourceGroupName: String, templateSpecName: String): GetTemplateSpecResult

Return

Template Spec object.

Parameters

expand

Allows for expansion of additional Template Spec details in the response. Optional.

resourceGroupName

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

templateSpecName

Name of the Template Spec.

See also


Return

Template Spec object.

Parameters

argument

Builder for com.pulumi.azurenative.resources.kotlin.inputs.GetTemplateSpecPlainArgs.

See also