Uses of Interface
com.azure.resourcemanager.sql.models.SqlSyncGroupOperations.DefinitionStages.WithCreate
-
Packages that use SqlSyncGroupOperations.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlSyncGroupOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.models
Subinterfaces of SqlSyncGroupOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlSyncGroupOperations.SqlSyncGroupOperationsDefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlSyncGroupOperations.DefinitionStages.WithCreate Modifier and Type Method Description SqlSyncGroupOperations.DefinitionStages.WithCreateSqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy. withConflictResolutionPolicyHubWins()Sets the conflict resolution policy to "HubWin".SqlSyncGroupOperations.DefinitionStages.WithCreateSqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy. withConflictResolutionPolicyMemberWins()Sets the conflict resolution policy to "MemberWin".SqlSyncGroupOperations.DefinitionStages.WithCreateSqlSyncGroupOperations.DefinitionStages.WithInterval. withInterval(int interval)Sets the sync frequency.SqlSyncGroupOperations.DefinitionStages.WithCreateSqlSyncGroupOperations.DefinitionStages.WithSchema. withSchema(SyncGroupSchema schema)Sets the schema.
-