Get Server Result
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)
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
A identity
block as defined below.
Link copied to clipboard
Link copied to clipboard
A list of dropped restorable database IDs on the 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.