Uses of Class
com.azure.resourcemanager.sql.fluent.models.SyncAgentLinkedDatabaseInner
-
Packages that use SyncAgentLinkedDatabaseInner Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SyncAgentLinkedDatabaseInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type SyncAgentLinkedDatabaseInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<SyncAgentLinkedDatabaseInner>SyncAgentsClient. listLinkedDatabases(String resourceGroupName, String serverName, String syncAgentName)Lists databases linked to a sync agent.com.azure.core.http.rest.PagedIterable<SyncAgentLinkedDatabaseInner>SyncAgentsClient. listLinkedDatabases(String resourceGroupName, String serverName, String syncAgentName, com.azure.core.util.Context context)Lists databases linked to a sync agent.com.azure.core.http.rest.PagedFlux<SyncAgentLinkedDatabaseInner>SyncAgentsClient. listLinkedDatabasesAsync(String resourceGroupName, String serverName, String syncAgentName)Lists databases linked to a sync agent. -
Uses of SyncAgentLinkedDatabaseInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncAgentLinkedDatabaseInner Modifier and Type Method Description List<SyncAgentLinkedDatabaseInner>SyncAgentLinkedDatabaseListResult. value()Get the value property: Array of results.
-