public class SyncGroupInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
SyncGroupInner() |
| Modifier and Type | Method and Description |
|---|---|
SyncConflictResolutionPolicy |
conflictResolutionPolicy()
Get the conflictResolutionPolicy property: Conflict resolution policy of the sync group.
|
String |
hubDatabasePassword()
Get the hubDatabasePassword property: Password for the sync group hub database credential.
|
String |
hubDatabaseUsername()
Get the hubDatabaseUsername property: User name for the sync group hub database credential.
|
Integer |
interval()
Get the interval property: Sync interval of the sync group.
|
OffsetDateTime |
lastSyncTime()
Get the lastSyncTime property: Last sync time of the sync group.
|
SyncGroupSchema |
schema()
Get the schema property: Sync schema of the sync group.
|
String |
syncDatabaseId()
Get the syncDatabaseId property: ARM resource id of the sync database in the sync group.
|
SyncGroupState |
syncState()
Get the syncState property: Sync state of the sync group.
|
void |
validate()
Validates the instance.
|
SyncGroupInner |
withConflictResolutionPolicy(SyncConflictResolutionPolicy conflictResolutionPolicy)
Set the conflictResolutionPolicy property: Conflict resolution policy of the sync group.
|
SyncGroupInner |
withHubDatabasePassword(String hubDatabasePassword)
Set the hubDatabasePassword property: Password for the sync group hub database credential.
|
SyncGroupInner |
withHubDatabaseUsername(String hubDatabaseUsername)
Set the hubDatabaseUsername property: User name for the sync group hub database credential.
|
SyncGroupInner |
withInterval(Integer interval)
Set the interval property: Sync interval of the sync group.
|
SyncGroupInner |
withSchema(SyncGroupSchema schema)
Set the schema property: Sync schema of the sync group.
|
SyncGroupInner |
withSyncDatabaseId(String syncDatabaseId)
Set the syncDatabaseId property: ARM resource id of the sync database in the sync group.
|
public Integer interval()
public SyncGroupInner withInterval(Integer interval)
interval - the interval value to set.public OffsetDateTime lastSyncTime()
public SyncConflictResolutionPolicy conflictResolutionPolicy()
public SyncGroupInner withConflictResolutionPolicy(SyncConflictResolutionPolicy conflictResolutionPolicy)
conflictResolutionPolicy - the conflictResolutionPolicy value to set.public String syncDatabaseId()
public SyncGroupInner withSyncDatabaseId(String syncDatabaseId)
syncDatabaseId - the syncDatabaseId value to set.public String hubDatabaseUsername()
public SyncGroupInner withHubDatabaseUsername(String hubDatabaseUsername)
hubDatabaseUsername - the hubDatabaseUsername value to set.public String hubDatabasePassword()
public SyncGroupInner withHubDatabasePassword(String hubDatabasePassword)
hubDatabasePassword - the hubDatabasePassword value to set.public SyncGroupState syncState()
public SyncGroupSchema schema()
public SyncGroupInner withSchema(SyncGroupSchema schema)
schema - the schema value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.