getTemplateArtifact

Get a blueprint artifact. Uses Azure REST API version 2018-11-01-preview.

Return

Blueprint artifact that deploys a Resource Manager template.

Parameters

argument

null


suspend fun getTemplateArtifact(artifactName: String, blueprintName: String, resourceScope: String): GetTemplateArtifactResult

Return

Blueprint artifact that deploys a Resource Manager template.

Parameters

artifactName

Name of the blueprint artifact.

blueprintName

Name of the blueprint definition.

resourceScope

The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').

See also


Return

Blueprint artifact that deploys a Resource Manager template.

Parameters

argument

Builder for com.pulumi.azurenative.blueprint.kotlin.inputs.GetTemplateArtifactPlainArgs.

See also