GetSqlServerResult

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.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val cores: Int? = null

Cores of the Sql Server.

Link copied to clipboard
val edition: String? = null

Sql Server Edition.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard
val propertyBag: String? = null

Sql Server Json Property Bag.

Link copied to clipboard
val registrationID: String? = null

ID for Parent Sql Server Registration.

Link copied to clipboard

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

Link copied to clipboard
val version: String? = null

Version of the Sql Server.