Interface SqlFailoverGroupOperations.SqlFailoverGroupActionsDefinition

    • Method Detail

      • failover

        SqlFailoverGroup failover​(String failoverGroupName)
        Fails over from the current primary server to this server.
        Parameters:
        failoverGroupName - the name of the failover group
        Returns:
        the SqlFailoverGroup object
      • failoverAsync

        Mono<SqlFailoverGroup> failoverAsync​(String failoverGroupName)
        Asynchronously fails over from the current primary server to this server.
        Parameters:
        failoverGroupName - the name of the failover group
        Returns:
        a representation of the deferred computation of this call returning the SqlFailoverGroup object
      • forceFailoverAllowDataLoss

        SqlFailoverGroup forceFailoverAllowDataLoss​(String failoverGroupName)
        Fails over from the current primary server to this server. This operation might result in data loss.
        Parameters:
        failoverGroupName - the name of the failover group
        Returns:
        the SqlFailoverGroup object
      • forceFailoverAllowDataLossAsync

        Mono<SqlFailoverGroup> forceFailoverAllowDataLossAsync​(String failoverGroupName)
        Fails over from the current primary server to this server. This operation might result in data loss.
        Parameters:
        failoverGroupName - the name of the failover group
        Returns:
        a representation of the deferred computation of this call returning the SqlFailoverGroup object