Get Server Result
data class GetServerResult(val administratorLogin: String, val expressVulnerabilityAssessmentEnabled: Boolean, 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, expressVulnerabilityAssessmentEnabled: Boolean, 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 administrator login name of the Microsoft SQL Server.
Link copied to clipboard
Whether the Express Vulnerability Assessment Configuration is enabled.
Link copied to clipboard
The fully qualified domain name of the Microsoft SQL Server.
Link copied to clipboard
An identity
block as defined below.
Link copied to clipboard
Link copied to clipboard
A list of dropped restorable database IDs on the 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.