GetSyncAgentResult

data class GetSyncAgentResult(val azureApiVersion: String, val expiryTime: String, val id: String, val isUpToDate: Boolean, val lastAliveTime: String, val name: String, val state: String, val syncDatabaseId: String? = null, val type: String, val version: String)

An Azure SQL Database sync agent.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, expiryTime: String, id: String, isUpToDate: Boolean, lastAliveTime: String, name: String, state: String, syncDatabaseId: String? = null, type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Expiration time of the sync agent version.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

If the sync agent version is up to date.

Link copied to clipboard

Last alive time of the sync agent.

Link copied to clipboard

Resource name.

Link copied to clipboard

State of the sync agent.

Link copied to clipboard
val syncDatabaseId: String? = null

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

Link copied to clipboard

Resource type.

Link copied to clipboard

Version of the sync agent.