DeploymentParameterResponse

data class DeploymentParameterResponse(val reference: KeyVaultParameterReferenceResponse? = null, val type: String? = null, val value: Any? = null)

Deployment parameter for the template.

Constructors

Link copied to clipboard
constructor(reference: KeyVaultParameterReferenceResponse? = null, type: String? = null, value: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure Key Vault parameter reference.

Link copied to clipboard
val type: String? = null

Type of the value.

Link copied to clipboard
val value: Any? = null

Input value to the parameter.