GetServerResult

data class GetServerResult(val administratorLogin: String? = null, val administrators: ServerExternalAdministratorResponse? = null, val fullyQualifiedDomainName: String, val id: String, val identity: ResourceIdentityResponse? = null, val keyId: String? = null, val kind: String, val location: String, val minimalTlsVersion: String? = null, val name: String, val primaryUserAssignedIdentityId: String? = null, val privateEndpointConnections: List<ServerPrivateEndpointConnectionResponse>, val publicNetworkAccess: String? = null, val state: String, val tags: Map<String, String>? = null, val type: String, val version: String? = null, val workspaceFeature: String)

An Azure SQL Database server.

Constructors

Link copied to clipboard
constructor(administratorLogin: String? = null, administrators: ServerExternalAdministratorResponse? = null, fullyQualifiedDomainName: String, id: String, identity: ResourceIdentityResponse? = null, keyId: String? = null, kind: String, location: String, minimalTlsVersion: String? = null, name: String, primaryUserAssignedIdentityId: String? = null, privateEndpointConnections: List<ServerPrivateEndpointConnectionResponse>, publicNetworkAccess: String? = null, state: String, tags: Map<String, String>? = null, type: String, version: String? = null, workspaceFeature: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Administrator username for the server. Once created it cannot be changed.

Link copied to clipboard

The Azure Active Directory identity of the server.

Link copied to clipboard

The fully qualified domain name of the server.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

The Azure Active Directory identity of the server.

Link copied to clipboard
val keyId: String? = null

A CMK URI of the key to use for encryption.

Link copied to clipboard

Kind of sql server. This is metadata used for the Azure portal experience.

Link copied to clipboard

Resource location.

Link copied to clipboard

Minimal TLS version. Allowed values: '1.0', '1.1', '1.2'

Link copied to clipboard

Resource name.

Link copied to clipboard

The resource id of a user assigned identity to be used by default.

Link copied to clipboard

List of private endpoint connections on a server

Link copied to clipboard

Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'

Link copied to clipboard

The state of the server.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard
val version: String? = null

The version of the server.

Link copied to clipboard

Whether or not existing server has a workspace created and if it allows connection from workspace