Get Sync Member Result
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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Database name of the member database in the sync member.
Link copied to clipboard
Database type of the sync member.
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
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
ARM resource id of the sync agent in the sync member.
Link copied to clipboard
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
Whether to use private link connection.