Get Blueprint Result
data class GetBlueprintResult(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
fun GetBlueprintResult(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)