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