SyncAgent interface
An Azure SQL Database sync agent.
- Extends
Properties
| expiry |
Expiration time of the sync agent version. NOTE: This property will not be serialized. It can only be populated by the server. |
| is |
If the sync agent version is up to date. NOTE: This property will not be serialized. It can only be populated by the server. |
| last |
Last alive time of the sync agent. NOTE: This property will not be serialized. It can only be populated by the server. |
| name |
Name of the sync agent. NOTE: This property will not be serialized. It can only be populated by the server. |
| state | State of the sync agent. NOTE: This property will not be serialized. It can only be populated by the server. |
| sync |
ARM resource id of the sync database in the sync agent. |
| version | Version of the sync agent. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
expiryTime
Expiration time of the sync agent version. NOTE: This property will not be serialized. It can only be populated by the server.
expiryTime?: Date
Property Value
Date
isUpToDate
If the sync agent version is up to date. NOTE: This property will not be serialized. It can only be populated by the server.
isUpToDate?: boolean
Property Value
boolean
lastAliveTime
Last alive time of the sync agent. NOTE: This property will not be serialized. It can only be populated by the server.
lastAliveTime?: Date
Property Value
Date
namePropertiesName
Name of the sync agent. NOTE: This property will not be serialized. It can only be populated by the server.
namePropertiesName?: string
Property Value
string
state
State of the sync agent. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
syncDatabaseId
ARM resource id of the sync database in the sync agent.
syncDatabaseId?: string
Property Value
string
version
Version of the sync agent. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type