GetTemplateArtifactResult

data class GetTemplateArtifactResult(val azureApiVersion: String, val dependsOn: List<String>? = null, val description: String? = null, val displayName: String? = null, val id: String, val kind: String, val name: String, val parameters: Map<String, ParameterValueResponse>, val resourceGroup: String? = null, val template: Any, val type: String)

Blueprint artifact that deploys a Resource Manager template.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, dependsOn: List<String>? = null, description: String? = null, displayName: String? = null, id: String, kind: String, name: String, parameters: Map<String, ParameterValueResponse>, resourceGroup: String? = null, template: Any, 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 dependsOn: List<String>? = null

Artifacts which need to be deployed before the specified artifact.

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

Specifies the kind of blueprint artifact. Expected value is 'template'.

Link copied to clipboard

Name of this resource.

Link copied to clipboard

Resource Manager template blueprint artifact parameter values.

Link copied to clipboard
val resourceGroup: String? = null

If applicable, the name of the resource group placeholder to which the Resource Manager template blueprint artifact will be deployed.

Link copied to clipboard

The Resource Manager template blueprint artifact body.

Link copied to clipboard

Type of this resource.