getPublishedBlueprint

Get a published version of a blueprint definition. API Version: 2018-11-01-preview.

Return

Represents a published blueprint.

Parameters

argument

null


suspend fun getPublishedBlueprint(blueprintName: String, resourceScope: String, versionId: String): GetPublishedBlueprintResult

Return

Represents a published blueprint.

Parameters

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}').

versionId

Version of the published blueprint definition.

See also


Return

Represents a published blueprint.

Parameters

argument

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

See also