Uses of Class
com.azure.resourcemanager.sql.fluent.models.ReplicationLinkInner
-
Packages that use ReplicationLinkInner 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 ReplicationLinkInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return ReplicationLinkInner Modifier and Type Method Description ReplicationLinkInnerReplicationLinksClient. get(String resourceGroupName, String serverName, String databaseName, String linkId)Gets a database replication link.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ReplicationLinkInner Modifier and Type Method Description Mono<ReplicationLinkInner>ReplicationLinksClient. getAsync(String resourceGroupName, String serverName, String databaseName, String linkId)Gets a database replication link.com.azure.core.http.rest.Response<ReplicationLinkInner>ReplicationLinksClient. getWithResponse(String resourceGroupName, String serverName, String databaseName, String linkId, com.azure.core.util.Context context)Gets a database replication link.Mono<com.azure.core.http.rest.Response<ReplicationLinkInner>>ReplicationLinksClient. getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String linkId)Gets a database replication link.com.azure.core.http.rest.PagedIterable<ReplicationLinkInner>ReplicationLinksClient. listByDatabase(String resourceGroupName, String serverName, String databaseName)Lists a database's replication links.com.azure.core.http.rest.PagedIterable<ReplicationLinkInner>ReplicationLinksClient. listByDatabase(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context)Lists a database's replication links.com.azure.core.http.rest.PagedFlux<ReplicationLinkInner>ReplicationLinksClient. listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)Lists a database's replication links. -
Uses of ReplicationLinkInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ReplicationLinkInner Modifier and Type Method Description List<ReplicationLinkInner>ReplicationLinkListResult. value()Get the value property: The list of database replication links housed in the database.Method parameters in com.azure.resourcemanager.sql.models with type arguments of type ReplicationLinkInner Modifier and Type Method Description ReplicationLinkListResultReplicationLinkListResult. withValue(List<ReplicationLinkInner> value)Set the value property: The list of database replication links housed in the database.
-