Uses of Interface
com.azure.resourcemanager.sql.models.SqlSyncMember
-
Packages that use SqlSyncMember Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlSyncMember in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlSyncMember Modifier and Type Method Description SqlSyncMemberSqlSyncMemberOperations. getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, String name)Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlSyncMember Modifier and Type Method Description Mono<SqlSyncMember>SqlSyncMemberOperations. getBySqlServerAsync(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, String name)Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
-