public final class GeoReplication extends Object
Constructor and Description |
---|
GeoReplication() |
Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
getLastSyncTime()
Get the lastSyncTime property: A GMT date/time value, to the second.
|
GeoReplicationStatus |
getStatus()
Get the status property: The status of the secondary location.
|
GeoReplication |
setLastSyncTime(OffsetDateTime lastSyncTime)
Set the lastSyncTime property: A GMT date/time value, to the second.
|
GeoReplication |
setStatus(GeoReplicationStatus status)
Set the status property: The status of the secondary location.
|
public GeoReplicationStatus getStatus()
public GeoReplication setStatus(GeoReplicationStatus status)
status
- the status value to set.public OffsetDateTime getLastSyncTime()
public GeoReplication setLastSyncTime(OffsetDateTime lastSyncTime)
lastSyncTime
- the lastSyncTime value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.