Get Server Result
    data class GetServerResult(val administratorLogin: String? = null, val earliestRestoreDate: String? = null, val fullyQualifiedDomainName: String? = null, val id: String, val location: String, val masterServerId: String? = null, val minimalTlsVersion: String? = null, val name: String, val privateEndpointConnections: List<ServerPrivateEndpointConnectionResponse>, val publicNetworkAccess: String? = null, val replicaCapacity: Int? = null, val replicationRole: String? = null, val sku: SkuResponse? = null, val sslEnforcement: String? = null, val storageProfile: StorageProfileResponse? = null, val tags: Map<String, String>? = null, val type: String, val userVisibleState: String? = null, val version: String? = null)
Represents a server.
Constructors
Link copied to clipboard
                fun GetServerResult(administratorLogin: String? = null, earliestRestoreDate: String? = null, fullyQualifiedDomainName: String? = null, id: String, location: String, masterServerId: String? = null, minimalTlsVersion: String? = null, name: String, privateEndpointConnections: List<ServerPrivateEndpointConnectionResponse>, publicNetworkAccess: String? = null, replicaCapacity: Int? = null, replicationRole: String? = null, sku: SkuResponse? = null, sslEnforcement: String? = null, storageProfile: StorageProfileResponse? = null, tags: Map<String, String>? = null, type: String, userVisibleState: String? = null, version: String? = null)
Types
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard