Share via


SyncAgentInner Constructors

Definition

Overloads

SyncAgentInner()

Initializes a new instance of the SyncAgentInner class.

SyncAgentInner(String, String, String, String, String, Nullable<DateTime>, SyncAgentState, Nullable<Boolean>, Nullable<DateTime>, String)

Initializes a new instance of the SyncAgentInner class.

SyncAgentInner()

Initializes a new instance of the SyncAgentInner class.

public SyncAgentInner ();
Public Sub New ()

Applies to

SyncAgentInner(String, String, String, String, String, Nullable<DateTime>, SyncAgentState, Nullable<Boolean>, Nullable<DateTime>, String)

Initializes a new instance of the SyncAgentInner class.

public SyncAgentInner (string id = default, string name = default, string type = default, string syncAgentName = default, string syncDatabaseId = default, DateTime? lastAliveTime = default, Microsoft.Azure.Management.Sql.Fluent.Models.SyncAgentState state = default, bool? isUpToDate = default, DateTime? expiryTime = default, string version = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SyncAgentInner : string * string * string * string * string * Nullable<DateTime> * Microsoft.Azure.Management.Sql.Fluent.Models.SyncAgentState * Nullable<bool> * Nullable<DateTime> * string -> Microsoft.Azure.Management.Sql.Fluent.Models.SyncAgentInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional syncAgentName As String = Nothing, Optional syncDatabaseId As String = Nothing, Optional lastAliveTime As Nullable(Of DateTime) = Nothing, Optional state As SyncAgentState = Nothing, Optional isUpToDate As Nullable(Of Boolean) = Nothing, Optional expiryTime As Nullable(Of DateTime) = Nothing, Optional version As String = Nothing)

Parameters

id
String
name
String
type
String
syncAgentName
String

Name of the sync agent.

syncDatabaseId
String

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

lastAliveTime
Nullable<DateTime>

Last alive time of the sync agent.

state
SyncAgentState

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

isUpToDate
Nullable<Boolean>

If the sync agent version is up to date.

expiryTime
Nullable<DateTime>

Expiration time of the sync agent version.

version
String

Version of the sync agent.

Applies to