Deployment Parameter Args
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)