Uses of Class
com.azure.resourcemanager.sql.fluent.models.ReplicationLinkInner
Packages that use ReplicationLinkInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
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 ReplicationLinkInnerModifier and TypeMethodDescriptionReplicationLinksClient.failover(String resourceGroupName, String serverName, String databaseName, String linkId) Fails over from the current primary server to this server.ReplicationLinksClient.failover(String resourceGroupName, String serverName, String databaseName, String linkId, com.azure.core.util.Context context) Fails over from the current primary server to this server.ReplicationLinksClient.failoverAllowDataLoss(String resourceGroupName, String serverName, String databaseName, String linkId) Fails over from the current primary server to this server allowing data loss.ReplicationLinksClient.failoverAllowDataLoss(String resourceGroupName, String serverName, String databaseName, String linkId, com.azure.core.util.Context context) Fails over from the current primary server to this server allowing data loss.ReplicationLinksClient.get(String resourceGroupName, String serverName, String databaseName, String linkId) Gets a replication link.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ReplicationLinkInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ReplicationLinkInner>, ReplicationLinkInner> ReplicationLinksClient.beginFailover(String resourceGroupName, String serverName, String databaseName, String linkId) Fails over from the current primary server to this server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ReplicationLinkInner>, ReplicationLinkInner> ReplicationLinksClient.beginFailover(String resourceGroupName, String serverName, String databaseName, String linkId) Fails over from the current primary server to this server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ReplicationLinkInner>, ReplicationLinkInner> ReplicationLinksClient.beginFailover(String resourceGroupName, String serverName, String databaseName, String linkId, com.azure.core.util.Context context) Fails over from the current primary server to this server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ReplicationLinkInner>, ReplicationLinkInner> ReplicationLinksClient.beginFailover(String resourceGroupName, String serverName, String databaseName, String linkId, com.azure.core.util.Context context) Fails over from the current primary server to this server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ReplicationLinkInner>, ReplicationLinkInner> ReplicationLinksClient.beginFailoverAllowDataLoss(String resourceGroupName, String serverName, String databaseName, String linkId) Fails over from the current primary server to this server allowing data loss.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ReplicationLinkInner>, ReplicationLinkInner> ReplicationLinksClient.beginFailoverAllowDataLoss(String resourceGroupName, String serverName, String databaseName, String linkId) Fails over from the current primary server to this server allowing data loss.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ReplicationLinkInner>, ReplicationLinkInner> ReplicationLinksClient.beginFailoverAllowDataLoss(String resourceGroupName, String serverName, String databaseName, String linkId, com.azure.core.util.Context context) Fails over from the current primary server to this server allowing data loss.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ReplicationLinkInner>, ReplicationLinkInner> ReplicationLinksClient.beginFailoverAllowDataLoss(String resourceGroupName, String serverName, String databaseName, String linkId, com.azure.core.util.Context context) Fails over from the current primary server to this server allowing data loss.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ReplicationLinkInner>, ReplicationLinkInner> ReplicationLinksClient.beginFailoverAllowDataLossAsync(String resourceGroupName, String serverName, String databaseName, String linkId) Fails over from the current primary server to this server allowing data loss.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ReplicationLinkInner>, ReplicationLinkInner> ReplicationLinksClient.beginFailoverAllowDataLossAsync(String resourceGroupName, String serverName, String databaseName, String linkId) Fails over from the current primary server to this server allowing data loss.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ReplicationLinkInner>, ReplicationLinkInner> ReplicationLinksClient.beginFailoverAsync(String resourceGroupName, String serverName, String databaseName, String linkId) Fails over from the current primary server to this server.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ReplicationLinkInner>, ReplicationLinkInner> ReplicationLinksClient.beginFailoverAsync(String resourceGroupName, String serverName, String databaseName, String linkId) Fails over from the current primary server to this server.ReplicationLinksClient.failoverAllowDataLossAsync(String resourceGroupName, String serverName, String databaseName, String linkId) Fails over from the current primary server to this server allowing data loss.ReplicationLinksClient.failoverAsync(String resourceGroupName, String serverName, String databaseName, String linkId) Fails over from the current primary server to this server.ReplicationLinksClient.getAsync(String resourceGroupName, String serverName, String databaseName, String linkId) Gets a 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 replication link.Mono<com.azure.core.http.rest.Response<ReplicationLinkInner>> ReplicationLinksClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String linkId) Gets a replication link.com.azure.core.http.rest.PagedIterable<ReplicationLinkInner> ReplicationLinksClient.listByDatabase(String resourceGroupName, String serverName, String databaseName) Gets a list of replication links on database.com.azure.core.http.rest.PagedIterable<ReplicationLinkInner> ReplicationLinksClient.listByDatabase(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context) Gets a list of replication links on database.com.azure.core.http.rest.PagedFlux<ReplicationLinkInner> ReplicationLinksClient.listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName) Gets a list of replication links on database.com.azure.core.http.rest.PagedIterable<ReplicationLinkInner> ReplicationLinksClient.listByServer(String resourceGroupName, String serverName) Gets a list of replication links.com.azure.core.http.rest.PagedIterable<ReplicationLinkInner> ReplicationLinksClient.listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context) Gets a list of replication links.com.azure.core.http.rest.PagedFlux<ReplicationLinkInner> ReplicationLinksClient.listByServerAsync(String resourceGroupName, String serverName) Gets a list of replication links. -
Uses of ReplicationLinkInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ReplicationLinkInnerModifier and TypeMethodDescriptionstatic ReplicationLinkInnerReplicationLinkInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ReplicationLinkInner from the JsonReader. -
Uses of ReplicationLinkInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ReplicationLinkInnerModifier and TypeMethodDescriptionReplicationLinkListResult.value()Get the value property: Array of results.