GetServiceResult

data class GetServiceResult(val id: String, val name: String, val properties: Any, val type: String)

Properties for the database account.

Constructors

Link copied to clipboard
constructor(id: String, name: String, properties: Any, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The unique resource identifier of the database account.

Link copied to clipboard

The name of the database account.

Link copied to clipboard

Services response resource.

Link copied to clipboard

The type of Azure resource.