GetSqlResourceSqlDatabaseResult

data class GetSqlResourceSqlDatabaseResult(val azureApiVersion: String, val id: String, val location: String? = null, val name: String, val options: SqlDatabaseGetPropertiesResponseOptions? = null, val resource: SqlDatabaseGetPropertiesResponseResource? = null, val tags: Map<String, String>? = null, val type: String)

An Azure Cosmos DB SQL database.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String? = null, name: String, options: SqlDatabaseGetPropertiesResponseOptions? = null, resource: SqlDatabaseGetPropertiesResponseResource? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

The unique resource identifier of the ARM resource.

Link copied to clipboard
val location: String? = null

The location of the resource group to which the resource belongs.

Link copied to clipboard

The name of the ARM resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Map<String, String>? = null

Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".

Link copied to clipboard

The type of Azure resource.