GetServerResult

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)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An 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 Microsoft SQL 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

The version of the Microsoft SQL Server.