Uses of Interface
com.azure.resourcemanager.sql.models.SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer
-
Packages that use SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer in com.azure.resourcemanager.sql.models
Subinterfaces of SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlSyncMemberOperations.SqlSyncMemberOperationsDefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer Modifier and Type Method Description SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServerSqlSyncMemberOperations.SqlSyncMemberActionsDefinition. define(String syncMemberName)Begins the definition of a new SQL Sync Member to be added to this server.SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServerSqlSyncMemberOperations.DefinitionStages.WithSqlServer. withExistingSyncGroup(SqlSyncGroup sqlSyncGroup)Sets the parent SQL server for the new Sync Member.SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServerSqlSyncMemberOperations.DefinitionStages.WithSyncGroupName. withExistingSyncGroupName(String syncGroupName)Sets the name of the database on which the sync Member is hosted.
-