GetMariaDbServerResult

data class GetMariaDbServerResult(val administratorLogin: String, val fqdn: String, val id: String, val location: String, val name: String, val resourceGroupName: String, val skuName: String, val sslEnforcement: String, val storageProfiles: List<GetMariaDbServerStorageProfile>, val tags: Map<String, String>, val version: String)

A collection of values returned by getMariaDbServer.

Constructors

Link copied to clipboard
constructor(administratorLogin: String, fqdn: String, id: String, location: String, name: String, resourceGroupName: String, skuName: String, sslEnforcement: String, storageProfiles: List<GetMariaDbServerStorageProfile>, tags: Map<String, String>, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Administrator login for the MariaDB Server.

Link copied to clipboard

The FQDN of the MariaDB Server.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure location where the resource exists.

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

The SKU Name for this MariaDB Server.

Link copied to clipboard

The SSL being enforced on connections.

Link copied to clipboard

A storage_profile block as defined below.

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

The version of MariaDB being used.