Uses of Class
com.azure.resourcemanager.sql.fluent.models.SyncGroupProperties
Packages that use SyncGroupProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of SyncGroupProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type SyncGroupPropertiesMethods in com.azure.resourcemanager.sql.fluent.models that return SyncGroupPropertiesModifier and TypeMethodDescriptionstatic SyncGroupPropertiesSyncGroupProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SyncGroupProperties from the JsonReader.SyncGroupProperties.withConflictLoggingRetentionInDays(Integer conflictLoggingRetentionInDays) Set the conflictLoggingRetentionInDays property: Conflict logging retention period.SyncGroupProperties.withConflictResolutionPolicy(SyncConflictResolutionPolicy conflictResolutionPolicy) Set the conflictResolutionPolicy property: Conflict resolution policy of the sync group.SyncGroupProperties.withEnableConflictLogging(Boolean enableConflictLogging) Set the enableConflictLogging property: If conflict logging is enabled.SyncGroupProperties.withHubDatabasePassword(String hubDatabasePassword) Set the hubDatabasePassword property: Password for the sync group hub database credential.SyncGroupProperties.withHubDatabaseUsername(String hubDatabaseUsername) Set the hubDatabaseUsername property: User name for the sync group hub database credential.SyncGroupProperties.withInterval(Integer interval) Set the interval property: Sync interval of the sync group.SyncGroupProperties.withSchema(SyncGroupSchema schema) Set the schema property: Sync schema of the sync group.SyncGroupProperties.withSyncDatabaseId(String syncDatabaseId) Set the syncDatabaseId property: ARM resource id of the sync database in the sync group.SyncGroupProperties.withUsePrivateLinkConnection(Boolean usePrivateLinkConnection) Set the usePrivateLinkConnection property: If use private link connection is enabled.