Get Sql Server Database Result
data class GetSqlServerDatabaseResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: SqlServerDatabaseResourcePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Arc Sql Server database
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, name: String, properties: SqlServerDatabaseResourcePropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)