get Published Blueprint
suspend fun getPublishedBlueprint(argument: GetPublishedBlueprintPlainArgs): GetPublishedBlueprintResult
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
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}').
version Id
Version of the published blueprint definition.
See also
suspend fun getPublishedBlueprint(argument: suspend GetPublishedBlueprintPlainArgsBuilder.() -> Unit): GetPublishedBlueprintResult
Return
Represents a published blueprint.
Parameters
argument
Builder for com.pulumi.azurenative.blueprint.kotlin.inputs.GetPublishedBlueprintPlainArgs.