getBlueprint

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

Return

Represents a Blueprint definition.

Parameters

argument

null


suspend fun getBlueprint(blueprintName: String, resourceScope: String): GetBlueprintResult

Return

Represents a Blueprint definition.

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

See also


Return

Represents a Blueprint definition.

Parameters

argument

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

See also