Get Sql Managed Instance Result
data class GetSqlManagedInstanceResult(val extendedLocation: ExtendedLocationResponse? = null, val id: String, val location: String, val name: String, val properties: SqlManagedInstancePropertiesResponse, val sku: SqlManagedInstanceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A SqlManagedInstance.
Constructors
Link copied to clipboard
constructor(extendedLocation: ExtendedLocationResponse? = null, id: String, location: String, name: String, properties: SqlManagedInstancePropertiesResponse, sku: SqlManagedInstanceSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)