SyncAgent Class

Definition

An Azure SQL Database sync agent.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SyncAgent : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SyncAgent = class
    inherit ProxyResource
Public Class SyncAgent
Inherits ProxyResource
Inheritance
Attributes

Constructors

SyncAgent()

Initializes a new instance of the SyncAgent class.

SyncAgent(String, String, String, String, String, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<DateTime>, String)

Initializes a new instance of the SyncAgent class.

Properties

ExpiryTime

Gets expiration time of the sync agent version.

Id

Gets resource ID.

(Inherited from Resource)
IsUpToDate

Gets if the sync agent version is up to date.

LastAliveTime

Gets last alive time of the sync agent.

Name

Gets resource name.

(Inherited from Resource)
State

Gets state of the sync agent. Possible values include: 'Online', 'Offline', 'NeverConnected'

SyncAgentName

Gets name of the sync agent.

SyncDatabaseId

Gets or sets ARM resource id of the sync database in the sync agent.

Type

Gets resource type.

(Inherited from Resource)
Version

Gets version of the sync agent.

Applies to