Package-level declarations

Types

Link copied to clipboard
data class GetSqlServerRegistrationResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val propertyBag: String? = null, val resourceGroup: String? = null, val subscriptionId: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A SQL server registration.

Link copied to clipboard
data class GetSqlServerResult(val azureApiVersion: String, val cores: Int? = null, val edition: String? = null, val id: String, val name: String, val propertyBag: String? = null, val registrationID: String? = null, val type: String, val version: String? = null)

A SQL server.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Read only system data