Get Blueprint Result
data class GetBlueprintResult(val azureApiVersion: String, val description: String? = null, val displayName: String? = null, val id: String, val layout: Any, val name: String, val parameters: Map<String, ParameterDefinitionResponse>? = null, val resourceGroups: Map<String, ResourceGroupDefinitionResponse>? = null, val status: BlueprintStatusResponse, val targetScope: String, val type: String, val versions: Any? = null)
Represents a Blueprint definition.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, description: String? = null, displayName: String? = null, id: String, layout: Any, name: String, parameters: Map<String, ParameterDefinitionResponse>? = null, resourceGroups: Map<String, ResourceGroupDefinitionResponse>? = null, status: BlueprintStatusResponse, targetScope: String, type: String, versions: Any? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
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.