Get Server Result
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)
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
The Azure Active Directory identity of the server.
Link copied to clipboard
Minimal TLS version. Allowed values: '1.0', '1.1', '1.2'
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
Whether or not existing server has a workspace created and if it allows connection from workspace