public class SyncAgentInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
SyncAgentInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
expiryTime()
Get the expiryTime property: Expiration time of the sync agent version.
|
Boolean |
isUpToDate()
Get the isUpToDate property: If the sync agent version is up to date.
|
OffsetDateTime |
lastAliveTime()
Get the lastAliveTime property: Last alive time of the sync agent.
|
String |
namePropertiesName()
Get the namePropertiesName property: Name of the sync agent.
|
SyncAgentState |
state()
Get the state property: State of the sync agent.
|
String |
syncDatabaseId()
Get the syncDatabaseId property: ARM resource id of the sync database in the sync agent.
|
void |
validate()
Validates the instance.
|
String |
version()
Get the version property: Version of the sync agent.
|
SyncAgentInner |
withSyncDatabaseId(String syncDatabaseId)
Set the syncDatabaseId property: ARM resource id of the sync database in the sync agent.
|
public String namePropertiesName()
public String syncDatabaseId()
public SyncAgentInner withSyncDatabaseId(String syncDatabaseId)
syncDatabaseId - the syncDatabaseId value to set.public OffsetDateTime lastAliveTime()
public SyncAgentState state()
public Boolean isUpToDate()
public OffsetDateTime expiryTime()
public String version()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.