Uses of Class
com.azure.resourcemanager.sql.models.SyncGroupSchema
Packages that use SyncGroupSchema
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of SyncGroupSchema in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SyncGroupSchemaModifier and TypeMethodDescriptionSyncGroupInner.schema()Get the schema property: Sync schema of the sync group.SyncGroupProperties.schema()Get the schema property: Sync schema of the sync group.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type SyncGroupSchemaModifier and TypeMethodDescriptionSyncGroupInner.withSchema(SyncGroupSchema schema) Set the schema property: Sync schema of the sync group.SyncGroupProperties.withSchema(SyncGroupSchema schema) Set the schema property: Sync schema of the sync group. -
Uses of SyncGroupSchema in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SyncGroupSchemaModifier and TypeMethodDescriptionSqlSyncGroup.schema()SyncGroupSchema.withMasterSyncMemberName(String masterSyncMemberName) Set the masterSyncMemberName property: Name of master sync member where the schema is from.SyncGroupSchema.withTables(List<SyncGroupSchemaTable> tables) Set the tables property: List of tables in sync group schema.Methods in com.azure.resourcemanager.sql.models with parameters of type SyncGroupSchemaModifier and TypeMethodDescriptionSqlSyncGroup.UpdateStages.WithSchema.withSchema(SyncGroupSchema schema) Sets the schema.SqlSyncGroupOperations.DefinitionStages.WithSchema.withSchema(SyncGroupSchema schema) Sets the schema.