Get Sql Server Esu License Result
data class GetSqlServerEsuLicenseResult(val id: String, val location: String, val name: String, val properties: SqlServerEsuLicensePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Describe SQL Server ESU license resource.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: SqlServerEsuLicensePropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)