DeploymentParameterArgs

data class DeploymentParameterArgs(val reference: Output<KeyVaultParameterReferenceArgs>? = null, val type: Output<String>? = null, val value: Output<Any>? = null) : ConvertibleToJava<DeploymentParameterArgs>

Deployment parameter for the template.

Constructors

Link copied to clipboard
constructor(reference: Output<KeyVaultParameterReferenceArgs>? = null, type: Output<String>? = null, value: Output<Any>? = null)

Properties

Link copied to clipboard

Azure Key Vault parameter reference.

Link copied to clipboard
val type: Output<String>? = null

Type of the value.

Link copied to clipboard
val value: Output<Any>? = null

Input value to the parameter.

Functions

Link copied to clipboard
open override fun toJava(): DeploymentParameterArgs