GetServerResult

data class GetServerResult(val administratorLogin: String, val fullyQualifiedDomainName: String, val id: String, val identities: List<GetServerIdentity>, val location: String, val name: String, val resourceGroupName: String, val restorableDroppedDatabaseIds: List<String>, val tags: Map<String, String>, val transparentDataEncryptionKeyVaultKeyId: String, val version: String)

A collection of values returned by getServer.

Constructors

Link copied to clipboard
constructor(administratorLogin: String, fullyQualifiedDomainName: String, id: String, identities: List<GetServerIdentity>, location: String, name: String, resourceGroupName: String, restorableDroppedDatabaseIds: List<String>, tags: Map<String, String>, transparentDataEncryptionKeyVaultKeyId: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The server's administrator login name.

Link copied to clipboard

The fully qualified domain name of the Azure SQL Server.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A identity block as defined below.

Link copied to clipboard

The Azure Region where the Microsoft SQL Server exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A list of dropped restorable database IDs on the server.

Link copied to clipboard

A mapping of tags assigned to this Microsoft SQL Server.

Link copied to clipboard

The Key Vault key URI to be used as the Customer Managed Key(CMK/BYOK) for the Transparent Data Encryption(TDE) layer.

Link copied to clipboard

This servers MS SQL version.