GetServerResult

data class GetServerResult(val administratorLogin: String, val autoGrowEnabled: Boolean, val backupRetentionDays: Int, val fqdn: String, val geoRedundantBackupEnabled: Boolean, val id: String, val identities: List<GetServerIdentity>, val infrastructureEncryptionEnabled: Boolean, val location: String, val name: String, val publicNetworkAccessEnabled: Boolean, val resourceGroupName: String, val restorePointInTime: String, val skuName: String, val sslEnforcementEnabled: Boolean, val sslMinimalTlsVersionEnforced: String, val storageMb: Int, val tags: Map<String, String>, val threatDetectionPolicies: List<GetServerThreatDetectionPolicy>, val version: String)

A collection of values returned by getServer.

Constructors

Link copied to clipboard
constructor(administratorLogin: String, autoGrowEnabled: Boolean, backupRetentionDays: Int, fqdn: String, geoRedundantBackupEnabled: Boolean, id: String, identities: List<GetServerIdentity>, infrastructureEncryptionEnabled: Boolean, location: String, name: String, publicNetworkAccessEnabled: Boolean, resourceGroupName: String, restorePointInTime: String, skuName: String, sslEnforcementEnabled: Boolean, sslMinimalTlsVersionEnforced: String, storageMb: Int, tags: Map<String, String>, threatDetectionPolicies: List<GetServerThreatDetectionPolicy>, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Administrator login for the MySQL Server.

Link copied to clipboard

The auto grow setting for this MySQL Server.

Link copied to clipboard

The backup retention days for this MySQL server.

Link copied to clipboard

The FQDN of the MySQL Server.

Link copied to clipboard

The geo redundant backup setting for this MySQL 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

Whether or not infrastructure is encrypted for this MySQL Server.

Link copied to clipboard

The Azure location where the resource exists.

Link copied to clipboard
Link copied to clipboard

Whether or not public network access is allowed for this MySQL Server.

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

The SKU Name for this MySQL Server.

Link copied to clipboard

Specifies if SSL should be enforced on connections for this MySQL Server.

Link copied to clipboard

The minimum TLS version to support for this MySQL Server.

Link copied to clipboard

Max storage allowed for this MySQL Server.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

Threat detection policy configuration, known in the API as Server Security Alerts Policy. The threat_detection_policy block exports fields documented below.

Link copied to clipboard

The version of this MySQL Server.