Uses of Class
com.azure.resourcemanager.sql.fluent.models.SyncDatabaseIdPropertiesInner
-
Packages that use SyncDatabaseIdPropertiesInner 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 SyncDatabaseIdPropertiesInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type SyncDatabaseIdPropertiesInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<SyncDatabaseIdPropertiesInner>SyncGroupsClient. listSyncDatabaseIds(String locationName)Gets a collection of sync database ids.com.azure.core.http.rest.PagedIterable<SyncDatabaseIdPropertiesInner>SyncGroupsClient. listSyncDatabaseIds(String locationName, com.azure.core.util.Context context)Gets a collection of sync database ids.com.azure.core.http.rest.PagedFlux<SyncDatabaseIdPropertiesInner>SyncGroupsClient. listSyncDatabaseIdsAsync(String locationName)Gets a collection of sync database ids. -
Uses of SyncDatabaseIdPropertiesInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncDatabaseIdPropertiesInner Modifier and Type Method Description List<SyncDatabaseIdPropertiesInner>SyncDatabaseIdListResult. value()Get the value property: Array of results.
-