get Template Artifact
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
artifact Name
Name of the blueprint artifact.
blueprint Name
Name of the blueprint definition.
resource Scope
The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
See also
suspend fun getTemplateArtifact(argument: suspend GetTemplateArtifactPlainArgsBuilder.() -> Unit): GetTemplateArtifactResult
Return
Blueprint artifact that deploys a Resource Manager template.
Parameters
argument
Builder for com.pulumi.azurenative.blueprint.kotlin.inputs.GetTemplateArtifactPlainArgs.