Get Sql Server Instance Result
data class GetSqlServerInstanceResult(val id: String, val location: String, val name: String, val properties: SqlServerInstancePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A SqlServerInstance.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: SqlServerInstancePropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)