GetSyncMemberResult

data class GetSyncMemberResult(val azureApiVersion: String, val databaseName: String? = null, val databaseType: String? = null, val id: String, val name: String, val privateEndpointName: String, val serverName: String? = null, val sqlServerDatabaseId: String? = null, val syncAgentId: String? = null, val syncDirection: String? = null, val syncMemberAzureDatabaseResourceId: String? = null, val syncState: String, val type: String, val usePrivateLinkConnection: Boolean? = null, val userName: String? = null)

An Azure SQL Database sync member.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, databaseName: String? = null, databaseType: String? = null, id: String, name: String, privateEndpointName: String, serverName: String? = null, sqlServerDatabaseId: String? = null, syncAgentId: String? = null, syncDirection: String? = null, syncMemberAzureDatabaseResourceId: String? = null, syncState: String, type: String, usePrivateLinkConnection: Boolean? = null, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val databaseName: String? = null

Database name of the member database in the sync member.

Link copied to clipboard
val databaseType: String? = null

Database type of the sync member.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Private endpoint name of the sync member if use private link connection is enabled, for sync members in Azure.

Link copied to clipboard
val serverName: String? = null

Server name of the member database in the sync member

Link copied to clipboard

SQL Server database id of the sync member.

Link copied to clipboard
val syncAgentId: String? = null

ARM resource id of the sync agent in the sync member.

Link copied to clipboard
val syncDirection: String? = null

Sync direction of the sync member.

Link copied to clipboard

ARM resource id of the sync member logical database, for sync members in Azure.

Link copied to clipboard

Sync state of the sync member.

Link copied to clipboard

Resource type.

Link copied to clipboard

Whether to use private link connection.

Link copied to clipboard
val userName: String? = null

User name of the member database in the sync member.