Get Import Sql Collector Operation Result
data class GetImportSqlCollectorOperationResult(val azureApiVersion: String, val id: String, val name: String, val properties: ImportSqlCollectorPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Import SQL Collector REST resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: ImportSqlCollectorPropertiesResponse, systemData: SystemDataResponse, type: String)