SyncMember interface
An Azure SQL Database sync member.
- Extends
Properties
| database |
Database name of the member database in the sync member. |
| database |
Database type of the sync member. |
| password | Password of the member database in the sync member. |
| private |
Private endpoint name of the sync member if use private link connection is enabled, for sync members in Azure. |
| server |
Server name of the member database in the sync member |
| sql |
SQL Server database id of the sync member. |
| sync |
ARM resource id of the sync agent in the sync member. |
| sync |
Sync direction of the sync member. |
| sync |
ARM resource id of the sync member logical database, for sync members in Azure. |
| sync |
Sync state of the sync member. |
| use |
Whether to use private link connection. |
| user |
User name of the member database in the sync member. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
databaseName
Database name of the member database in the sync member.
databaseName?: string
Property Value
string
databaseType
Database type of the sync member.
databaseType?: string
Property Value
string
password
Password of the member database in the sync member.
password?: string
Property Value
string
privateEndpointName
Private endpoint name of the sync member if use private link connection is enabled, for sync members in Azure.
privateEndpointName?: string
Property Value
string
serverName
Server name of the member database in the sync member
serverName?: string
Property Value
string
sqlServerDatabaseId
SQL Server database id of the sync member.
sqlServerDatabaseId?: string
Property Value
string
syncAgentId
ARM resource id of the sync agent in the sync member.
syncAgentId?: string
Property Value
string
syncDirection
Sync direction of the sync member.
syncDirection?: string
Property Value
string
syncMemberAzureDatabaseResourceId
ARM resource id of the sync member logical database, for sync members in Azure.
syncMemberAzureDatabaseResourceId?: string
Property Value
string
syncState
Sync state of the sync member.
syncState?: string
Property Value
string
usePrivateLinkConnection
Whether to use private link connection.
usePrivateLinkConnection?: boolean
Property Value
boolean
userName
User name of the member database in the sync member.
userName?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type