Get Published Blueprint Result
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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Name of the published blueprint definition.
Link copied to clipboard
Version-specific change notes.
Link copied to clipboard
Multi-line explain this resource.
Link copied to clipboard
One-liner string explain 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
The scope where this blueprint definition can be assigned.