GetPublishedBlueprintResult

data class GetPublishedBlueprintResult(val azureApiVersion: String, val blueprintName: String? = null, val changeNotes: String? = null, val description: String? = null, val displayName: String? = null, val id: String, val name: String, val parameters: Map<String, ParameterDefinitionResponse>? = null, val resourceGroups: Map<String, ResourceGroupDefinitionResponse>? = null, val status: BlueprintStatusResponse, val targetScope: String? = null, val type: String)

Represents a published blueprint.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, blueprintName: String? = null, changeNotes: String? = null, description: String? = null, displayName: String? = null, id: String, name: String, parameters: Map<String, ParameterDefinitionResponse>? = null, resourceGroups: Map<String, ResourceGroupDefinitionResponse>? = null, status: BlueprintStatusResponse, targetScope: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val blueprintName: String? = null

Name of the published blueprint definition.

Link copied to clipboard
val changeNotes: String? = null

Version-specific change notes.

Link copied to clipboard
val description: String? = null

Multi-line explain this resource.

Link copied to clipboard
val displayName: String? = null

One-liner string explain this resource.

Link copied to clipboard
val id: String

String Id used to locate any resource on Azure.

Link copied to clipboard

Name of this resource.

Link copied to clipboard

Parameters required by this blueprint definition.

Link copied to clipboard

Resource group placeholders defined by this blueprint definition.

Link copied to clipboard

Status of the blueprint. This field is readonly.

Link copied to clipboard
val targetScope: String? = null

The scope where this blueprint definition can be assigned.

Link copied to clipboard

Type of this resource.