GetPublishedBlueprintPlainArgs

data class GetPublishedBlueprintPlainArgs(val blueprintName: String, val resourceScope: String, val versionId: String) : ConvertibleToJava<GetPublishedBlueprintPlainArgs>

Constructors

Link copied to clipboard
constructor(blueprintName: String, resourceScope: String, versionId: String)

Properties

Link copied to clipboard

Name of the blueprint definition.

Link copied to clipboard

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

Link copied to clipboard

Version of the published blueprint definition.

Functions

Link copied to clipboard
open override fun toJava(): GetPublishedBlueprintPlainArgs