EnvironmentDeploymentPropertiesResponse

data class EnvironmentDeploymentPropertiesResponse(val armTemplateId: String? = null, val parameters: List<ArmTemplateParameterPropertiesResponse>? = null)

Properties of an environment deployment.

Constructors

Link copied to clipboard
constructor(armTemplateId: String? = null, parameters: List<ArmTemplateParameterPropertiesResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val armTemplateId: String? = null

The Azure Resource Manager template's identifier.

Link copied to clipboard

The parameters of the Azure Resource Manager template.