Import Pipeline Source Properties Response
data class ImportPipelineSourcePropertiesResponse(val keyVaultUri: String, val type: String? = null, val uri: String? = null)
The properties of the import pipeline source.
Constructors
Link copied to clipboard
fun ImportPipelineSourcePropertiesResponse(keyVaultUri: String, type: String? = null, uri: String? = null)